Dashboard Dashboard (डॅशबोर्ड) {{-- Test --}} {{-- new dashboard --}}
Total Register Slot

{{$slotbooking}}

Total Approve Slot

{{$approveSlotCount}}

{{-- card --}}
Total Pending Slot

{{$pendingSlotCount}}

Total Return Slot

{{$returnSlotCount}}

Pending List

@foreach ($todaysSlotList as $index => $list) @endforeach
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

Return List

@foreach ($returnSlotList as $index => $list) @endforeach
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
{{-- pie chart --}} {{--
--}} {{-- --}} {{-- @push('scripts') --}} {{-- for pdf --}} {{-- --}} {{-- blink date if documents expire within 10 days --}} {{-- --}} {{-- @endpush --}}