{!! trans('messages.edit').' '.trans('messages.location') !!}


{!! Form::model($location,['method' => 'PATCH', 'route' => ['location.update',$location] ,'class' => 'location-edit-form', 'id' => 'location-edit-form', 'data-file-upload' => '.file-uploader', 'data-disable-enter-submission' => '1']) !!} @include('location._form', ['buttonText' => trans('messages.update')]) {!! Form::close() !!}