Dashboard Dashboard (डॅशबोर्ड) {{-- Test --}} {{-- new dashboard --}}
Total Slips (एकूण स्लिप्स)

{{$totalSlipCount}}

Today's Slips (आजच्या स्लिप्स)

{{$todaysSlipCount}}

Montly Slips (मासिक स्लिप्स)

{{$monthlySlipCount}}

Yearly Slips (वार्षिक स्लिप्स)

{{$yearlySlipCount}}

{{-- card --}}
Vardi Ahaval(वर्दी अहवाल)

{{$vardiAhavalSlipCount}}

Total List (एकूण यादी)

@php $serialNumber = 1; @endphp
{{-- --}} @foreach ($todaysSlipList as $list) {{-- --}} @endforeach
Sr.No Caller Name DateAction
{{ $serialNumber++ }} {{ $list->caller_name }} {{ $list->slip_date }}

Equipments Stock Details (उपकरणे स्टॉक तपशील)

@php $serialNumber = 1; @endphp
{{-- --}} {{-- --}} @foreach ($equipment_list as $list) {{-- --}} {{-- --}} @endforeach
Sr.No EquipmentTotal StockRemaining Stock InProcess Stock Expire StockOverall Supply Stock
{{ $serialNumber++ }} {{ $list->equipment_name }}{{ $list->total_stock ?: '0' }}{{ $list->total_stock - $list->total_supply_quantity ?: '0' }} {{ $list->total_supply_quantity ?: '0' }} {{ $list->total_expire_quantity ?: '0' }}{{ $list->total_supply_quantity ?: '0' }}

Vehicle History (वाहन इतिहास)

@php $serialNumber = 1; @endphp
@foreach ($vehicle_history_details as $list) @endforeach
Sr.No Vehicle Name Vehicle Number PUC Expire Date Insurance Expire Date Fitness Expire Date
{{ $serialNumber++ }} {{ $list->vehicle_name }} {{ $list->vehicle_no }} {{ $list->puc_end_date }} {{ $list->insurance_end_date }} {{ $list->vehicle_fitness_end_date }}
@push('scripts') {{-- for pdf --}} {{-- blink date if documents expire within 10 days --}} @endpush