| Sr.No | Caller Name | Date | {{--Action | --}}
|---|---|---|---|
| {{ $serialNumber++ }} | {{ $list->caller_name }} | {{ $list->slip_date }} | {{----}} |
| Sr.No | Equipment | {{--Total Stock | --}}Remaining Stock | InProcess Stock | Expire Stock | {{--Overall 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' }} | --}}
| 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 }} |