@include('public::notifications')

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

Your awesome text goes here.


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