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