@include('public::notifications')

{{ trans('cms.create') }} Depart

Your awesome text goes here.


{!!Form::horizontal_open() ->id('create-depart-depart') ->method('POST') ->files('true') ->action(trans_url('user/depart/depart'))!!} @include('depart::user.depart.partial.entry') {!! Form::hidden('upload_folder')!!} {!! Form::close() !!}