| Plat | Jenis | Durasi | Biaya |
|---|---|---|---|
| {{ optional($t->kendaraan)->plat_nomor ?? '-' }} | @if(optional($t->kendaraan)->jenis_kendaraan == 'motor') Motor @else Mobil @endif | @if($t->waktu_masuk && $t->waktu_keluar) {{ max(1, ceil(\Carbon\Carbon::parse($t->waktu_masuk)->diffInMinutes($t->waktu_keluar)/60)) }} jam @else - @endif | Rp {{ number_format($t->biaya, 0, ',', '.') }} |
| Belum ada transaksi | |||