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