{{ trans('app.create') }} department

{{ trans('app.add') }} department here...

{!!Form::vertical_open() ->id('create-department-department') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/department/department'))!!}
@include('public::notifications') @include('department::user.department.partial.entry')
{!! Form::close() !!}