@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') {{-- DataTables will populate --}}
S.N Full Name Email Relation Contact No Address Is Confidential Is Affected Party Action
@endsection @section('scripts') @include('grievance.partials.scripts') @endsection