@section('content')
{{ Form::open(array('url' => 'admin/page/' . $page_id . '/photo/' . $photo_id . '/save', 'role' => 'form', 'class' => 'form-horizontal validate', 'name' => 'gallery_photo', 'files'=> true)) }} @include('admin.partials.button')

 

@if ($show_language_tabs) @endif
@if($photo->photo)
@if($photo->photo) @endif
@endif
@foreach ($languages as $key => $language) @if ($code = strtolower($language->code)) @endif
{{ Form::textarea('content['.$language->id.'][content]', @$photo->contents[$code]->description, array('class' => Config::get('custom.form.input-class'), 'id' => 'content_' . $code)) }}
@endforeach
{{ Form::hidden('id', @$photo->id) }} @include('admin.partials.button') {{ Form::close() }}
@stop