@extends('layouts.app') @section('content')
| Tanggal | Truk | Tipe Bahan Bakar | Lokasi | Volume (Liter) | Harga Total | SPBU |
|---|---|---|---|---|---|---|
| {{ $fuel->purchase_date->format('d/m/Y') }} | {{ optional($fuel->truck)->plate_number ?? '-' }} | {{ $fuel->fuel_type }} | {{ $fuel->station_name ?? '-' }} | {{ $fuel->quantity }} | Rp {{ number_format($fuel->total_cost, 0, ',', '.') }} |