| Tanggal Masuk |
:
{{ $repairInspection->date_of_entry ? \Carbon\Carbon::parse($repairInspection->date_of_entry)->format('d F Y') : '-' }}
|
| Tanggal Keluar |
:
{{ $repairInspection->date_of_exit ? \Carbon\Carbon::parse($repairInspection->date_of_exit)->format('d F Y') : '-' }}
|
| No. PO |
: {{ $repairInspection->no_po ?? '-' }} |
| SO# |
: {{ $repairInspection->so ?? '-' }} |
| No. Sertifikat |
: {{ $repairInspection->number_certificate ?? '-' }} |
| Klaim Garansi |
: {{ $repairInspection->warranty_claim ?? '-' }} |
| Garansi |
:
{{ $repairInspection->warranty_start_date ? \Carbon\Carbon::parse($repairInspection->warranty_start_date)->format('d F Y') : '-' }}
s/d
{{ $repairInspection->warranty_end_date ? \Carbon\Carbon::parse($repairInspection->warranty_end_date)->format('d F Y') : '-' }}
|
| Status |
: {{ ucfirst($repairInspection->status ?? '-') }} |