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