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