@include('public::notifications')

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

Your awesome text goes here.


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