PT. CIPTA KREASI BARU
Postcheck Kendaraan
Dokumen Postcheck
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) : '-' }}
Kondisi Komponen
Komponen Status Pekerjaan
AC {{ $postcheck->ac_condition ?? '-' }}
Blower {{ $postcheck->blower_condition ?? '-' }}
Evaporator {{ $postcheck->evaporator_condition ?? '-' }}
Compressor {{ $postcheck->compressor_condition ?? '-' }}
Dokumentasi Foto
Depan
@if($postcheck->front_image_url || $postcheck->front_image) Foto Depan @else
Tidak ada gambar
@endif
Suhu Kabin
@if($postcheck->cabin_temperature_image_url || $postcheck->cabin_temperature_image) Foto Suhu Kabin @else
Tidak ada gambar
@endif
AC
@if($postcheck->ac_image_url || $postcheck->ac_image) Foto AC @else
Tidak ada gambar
@endif
Blower
@if($postcheck->blower_image_url || $postcheck->blower_image) Foto Blower @else
Tidak ada gambar
@endif
Evaporator
@if($postcheck->evaporator_image_url || $postcheck->evaporator_image) Foto Evaporator @else
Tidak ada gambar
@endif
@if($postcheck->postcheck_notes)
Catatan
{{ $postcheck->postcheck_notes }}
@endif