@include('public::notifications')

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

Your awesome text goes here.


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