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