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