@include('public::notifications')

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

Your awesome text goes here.


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