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