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