@include('public::notifications')

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

Your awesome text goes here.


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