| Sr.No | Citizen Name | Citizen Mobile No | Scheme Name | Developer Name | Status | Action |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $list->applicant_name }} | {{ $list->applicant_mobile_no }} | {{ $list->SchemeName }} | {{ $list->contractor_name }} | {{ $list->overall_status }} | View @if (empty($list->stop_work_approval_at) && auth()->user()->roles->pluck('name')[0] == 'clerk') Stop Work @endif @if ($list->overall_status != "Closed" && auth()->user()->roles->pluck('name')[0] == 'registrar' ) @endif View Hearing Details View Explaination Call Details Contractor Explaination Details |