@include('public::notifications')

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

Your awesome text goes here.


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