{!! Form::select('category_id', $categories->lists('name', 'slug')->prepend('..', ''), $category ? $category->slug : null, ['id' => 'category_id', 'class' => 'form-control js-change-fields']) !!}
@section('title', ''.$user->full_name. ' - Фото № ' .$showPhoto->image->id)