@include('public::notifications')

{{ trans('cms.edit') }} Module

Your awesome text goes here.


{!!Form::horizontal_open() ->id('edit-departments-department') ->method('PUT') ->files('true') ->action(trans_url('user/departments/department') .'/'.$department->getRouteKey())!!} @include('departments::user.department.partial.entry') {!! Form::close() !!}