| Plat Nomor | Tanggal | Tipe | Deskripsi | Biaya | Lokasi | Status | Aksi |
|---|---|---|---|---|---|---|---|
| {{ $maintenance->truck->plate_number }} | {{ $maintenance->maintenance_date ? $maintenance->maintenance_date->format('d/m/Y') : 'Belum dijadwalkan' }} | {{ ucfirst(str_replace('_', ' ', $maintenance->maintenance_type)) }} | {{ Str::limit($maintenance->description, 50) }} | Rp {{ number_format($maintenance->cost, 0, ',', '.') }} | {{ $maintenance->location }} | @if($maintenance->status == 'draft') Request dari Driver @else {{ ucfirst(str_replace('_', ' ', $maintenance->status)) }} @endif | |
| Tidak ada data maintenance | |||||||
{{ ucfirst(str_replace('_', ' ', $maintenance->maintenance_type)) }}
{{ $maintenance->maintenance_date ? $maintenance->maintenance_date->format('d/m/Y') : 'Belum dijadwalkan' }}
Rp {{ number_format($maintenance->cost, 0, ',', '.') }}
{{ $maintenance->location }}
{{ $maintenance->description }}