| 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 Call Details @if ($list->contractor_explanation_doc_one) Contractor Explaination Details @endif @if (auth()->user()->roles->pluck('name')[0] == "contractor") @if (!empty($list->explanation_call_one_at) && empty($list->contractor_explanation_doc_one)) Upload Document @endif @if (!empty($list->explanation_call_two_at) && !empty($list->contractor_explanation_doc_one) && empty($list->contractor_explanation_doc_two)) Upload Document @endif @if (!empty($list->explanation_call_three_at) && !empty($list->contractor_explanation_doc_two) && empty($list->contractor_explanation_doc_three)) Upload Document @endif @endif |