| 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 ($list->explanation_call_one_at != "") View Explaination Call Details @endif @if ($list->contractor_explanation_doc_one) Contractor Explaination Details @endif @if ($list->explanation_call_one_at == "") @elseif ($list->explanation_call_one_at != "" && $list->explanation_call_two_at == "") @elseif ($list->explanation_call_one_at != "" && $list->explanation_call_two_at != "" && $list->explanation_call_three_at == "") @endif @if ($list->explanation_call_three_at != "" && $list->hearing_datetime == "") @endif @if ($list->overall_status != "Closed" && auth()->user()->roles->pluck('name')[0] == 'registrar' ) @endif |