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