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