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