Informasi Transaksi
No. Polisi
{{ $postcheck->police_number ?? $postcheck->transaction->police_number ?? '-' }}
No. SPK
{{ $postcheck->spk_number ?? $postcheck->transaction->spk ?? '-' }}
Tanggal Postcheck
{{ optional($postcheck->postcheck_at)->format('d F Y H:i') }}
Dibuat oleh
{{ $postcheck->postcheckBy->name ?? '-' }}
Parameter Utama
Kilometer
{{ number_format((float)($postcheck->kilometer ?? 0), 2) }}
Tekanan High
{{ number_format((float)($postcheck->pressure_high ?? 0), 2) }}
Tekanan Low
{{ number_format((float)($postcheck->pressure_low ?? 0), 2) }}
Suhu Kabin
{{ isset($postcheck->cabin_temperature) ? number_format((float)$postcheck->cabin_temperature, 2) : '-' }}