@extends('dash') @section('content')
| No. | Driver | Allowance Type | Amount | Total days | Status | Action |
|---|---|---|---|---|---|---|
| 1 | {{ $petty_data->user_name}} | {{ $petty_data->allowance_type}} | {{ $petty_data->allowance_amount}} | {{ $petty_data->total_days}} | pending | @endif
| No. | Driver | Work Type | Total days | Amount | Start Date | Request Date | Vehicle | Status | Action |
|---|---|---|---|---|---|---|---|---|---|
| 1 | {{ $casual_data->user_name}} | {{ $casual_data->work_type}} | {{ $casual_data->total_days}} | {{ $casual_data->casual_amount}} | {{ $casual_data->start_date}} | {{ $casual_data->request_date}} | {{ $casual_data->vehicle_plate}} | @endif
| No. | Driver | Vehicle | Reason | Amount | Request Date | Status | Action |
|---|---|---|---|---|---|---|---|
| 1 | {{ $fueling->user_name}} | {{ $fueling->vehicle_plate}} | {{ $fueling->fueling_reason}} | {{ $fueling->fuel_amount}} | {{ $fueling->request_date}} | pending | @endif
| No. | Driver | Vehicle | Inspection Type | Cost | Inspection Date | Request Date | Status | Action |
|---|---|---|---|---|---|---|---|---|
| 1 | {{ $inspection->user_name}} | {{ $inspection->vehicle_plate}} | {{ $inspection->inspection_type}} | {{ $inspection->inspection_cost}} | {{ $inspection->inspection_date}} | {{ $inspection->request_date}} | pending | @endif
| No. | Driver | Vehicle | Support Type | Cost | Request Date | Status | Action |
|---|---|---|---|---|---|---|---|
| 1 | {{ $service->user_name}} | {{ $service->vehicle_plate}} | {{ $service->support_type}} | {{ $service->support_cost}} | {{ $service->request_date}} | pending | @endif