{!! Form::model($gallery, ['method' => 'PATCH', 'action' => ['Admin\GalleryController@update', $gallery->id]])!!}
{!! Form::close() !!}
@include('backend.gallery.partial')