@include('public::notifications')

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

Your awesome text goes here.


{!!Form::horizontal_open() ->id('edit-app_test-actiontypecategory') ->method('PUT') ->files('true') ->action(URL::to('user/app_test/actiontypecategory') .'/'.$actiontypecategory['eid'])!!} @include('app_test::user.actiontypecategory.partial.entry') {!! Form::close() !!}