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