@error('hadapMataAngin')
{{ $message }}
@enderror
@error('hadapMataAngin')
{{ $message }}
@enderror
@error('hadapMataAngin')
{{ $message }}
@enderror
@php
$inputDataJaminan = [];
$inputDataJaminan = [
['label' => 'Nama Pesawat', 'index' => 0],
['label' => 'Model', 'index' => 1],
['label' => 'Nomor Registrasi', 'index' => 2],
['label' => 'Tahun Pembuatan', 'index' => 3],
['label' => 'Certificate of Airworthines (C of A)', 'index' => 4],
[
'label' => 'Certificate of Registration (C of A)',
'index' => 5,
],
[
'label' => 'Total Service Hours (TSN - Total Time Since New)',
'index' => 6,
],
[
'label' => 'Total Service Cycles (CSN - Cycle Since New)',
'index' => 7,
],
];
@endphp
@if (count($inputDataJaminan) > 0)
@foreach ($inputDataJaminan as $item)
@endforeach
@endif