{{ trans('app.create') }} grievance

{{ trans('app.add') }} grievance here...

{!!Form::vertical_open() ->id('create-grievance-grievance') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/grievance/grievance'))!!}
@include('public::notifications') @include('grievance::user.grievance.partial.entry')
{!! Form::close() !!}