Edit Banner #{{ $banner->id }}
@can('view-'.str_slug('Banner'))
Back
@endcan
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{!! Form::model($banner, [
'method' => 'PATCH',
'url' => ['/admin/banner', $banner->id],
'files' => true
]) !!}
@include ('admin.banner.form', ['submitButtonText' => 'Update'])
{!! Form::close() !!}