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