@include('public::notifications')

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

Your awesome text goes here.


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