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