@extends('backend.layouts.master') @section('content')

Create Gallery

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