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