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