• {!! trans('place::city.tab.name') !!}
{!!Form::vertical_open() ->id('place-city-edit') ->method('PUT') ->enctype('multipart/form-data') ->action(guard_url('place/city/'. $city->getRouteKey()))!!}
{{ trans('app.edit') }} {!! trans('place::city.name') !!} [{!!$city->name!!}]
@include('place::admin.city.partial.entry', ['mode' => 'edit'])
{!!Form::close()!!}