@include('public::notifications')

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

Your awesome text goes here.


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