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