| Sr.No | ApplicationID | Name | MobileNo | BookingDate | CitizenType | Status |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $list->slotapplicationid }} | {{ $list->fullname }} | {{ $list->mobileno }} | {{ $list->booking_date }} | @if($list->citizentype == 1) General @elseif($list->citizentype == 2) Senior Citizen @else Unknown @endif | @if ($list->activestatus == 'return') {{ ucfirst($list->activestatus) }} @elseif ($list->activestatus == 'pending') {{ ucfirst($list->activestatus) }} @else {{ ucfirst($list->activestatus) }} @endif |
| Sr.No | ApplicationID | Name | MobileNo | BookingDate | CitizenType | Status |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $list->slotapplicationid }} | {{ $list->fullname }} | {{ $list->mobileno }} | {{ $list->booking_date }} | @if($list->citizentype == 1) General @elseif($list->citizentype == 2) Senior Citizen @else Unknown @endif | @if ($list->activestatus == 'return') {{ ucfirst($list->activestatus) }} @elseif ($list->activestatus == 'pending') {{ ucfirst($list->activestatus) }} @else {{ ucfirst($list->activestatus) }} @endif |