@include('public::notifications')

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

Your awesome text goes here.


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