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