{!!Form::vertical_open()
->id('buses_list-buses_list-create')
->method('POST')
->files('true')
->action(guard_url('buses_list/buses_list'))!!}
{{ trans('app.new') }} [{!! trans('buses_list::buses_list.name') !!}]
@include('buses_list::admin.buses_list.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}