@extends('backend.layouts.main') @section('title') Create New Grievance @endsection @section('content')

Create New Grievance

@csrf @include('backend.grievances.partials.form')
@endsection