@extends('layouts.app')
@section('title')
Grievances
@endsection
@section('headerWithButton')
@yield('title')
@endsection
@php
$trClass = 'px-3 py-2 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider';
@endphp
@section('content')
| S.N |
Full Name |
Email |
Relation |
Contact No |
Address |
Is Confidential |
Is Affected Party |
Action |
{{-- DataTables will populate --}}
@endsection
@section('scripts')
@include('grievance.partials.scripts')
@endsection