@extends('layouts.app') @section('content')

Edit Banner Ads Location

@include('adminlte-templates::common.errors')
{!! Form::model($bannerAdsLocation, ['route' => ['bannerAdsLocations.update', $bannerAdsLocation->id], 'method' => 'patch']) !!}
@include('banner_ads_locations.fields')
{!! Form::close() !!}
@endsection