{{ Form::model($gallery, ['route' =>['gallery.update', $gallery->id],'class'=>'form form-validate','role'=>'form', 'files'=>true, 'novalidate']) }}
{{ method_field('PUT') }}
@include('backend.gallery.partials.form', ['header' => 'Edit Gallery ('.Str::limit($gallery->name, 47).')'])
{{ Form::close() }}
@stop
@push('styles')