@extends('cms.application') @section('content')
Edit {{ $gallery->title_en }}
{{ $gallery->title_en }}
{!! Form::model($gallery, ['route' => ['cms.galleries.update', $gallery->id], 'method' => 'PATCH']) !!} @include('galleries._form', ['submitButton' => "Update"]) {!! Form::close() !!}
@stop