@include('adminlte-templates::common.errors')
{!! Form::model($bannerAdvertisement, ['route' => ['bannerAdvertisements.update', $bannerAdvertisement->id], 'method' => 'patch','files' => true]) !!}
@include('banner_advertisements.fields')
{!! Form::close() !!}
@endsection