@error('hadapMataAngin')
@enderror
@error('hadapMataAngin')
@enderror
@error('hadapMataAngin')
@enderror
@error('hadapMataAngin')
@enderror
@php
$inputDataJaminan = [
[
'label' => 'Nama Kapal',
'name' => 'nama_kapal',
'index' => 0,
],
[
'label' => 'Pemilik Kapal',
'name' => 'pemilik_kapal',
'index' => 1,
],
[
'label' => 'Bendera',
'name' => 'bendera',
'index' => 2,
],
[
'label' => 'Nomor Tanda Selar',
'name' => 'nomor_selar',
'index' => 3,
],
[
'label' => 'Kapal',
'name' => 'kapal',
'index' => 4,
],
[
'label' => 'Galangan',
'name' => 'galangan_kapal',
'index' => 5,
],
[
'label' => 'Kapal/Shipyard',
'name' => 'kapal_shipyard',
'index' => 6,
],
[
'label' => 'Tahun Pembuatan',
'name' => 'tahun_pembuatan',
'index' => 7,
],
[
'label' => 'Tahun Lanuncing',
'name' => 'tahun_launcing',
'index' => 8,
],
[
'label' => 'DWT (ton)',
'name' => 'dwt',
'index' => 9,
],
[
'label' => 'LWT (ton)',
'name' => 'lwt',
'index' => 10,
],
[
'label' => 'Gross Tonnage (ton)',
'name' => 'gross_tonnage',
'index' => 11,
],
[
'label' => 'Net Tonnage (ton)',
'name' => 'net_tonnage',
'index' => 12,
],
[
'label' => 'Tenaga Mesin (HP)',
'name' => 'tenaga_mesin',
'index' => 13,
],
[
'label' => 'LOA',
'name' => 'loa',
'index' => 14,
],
[
'label' => 'LBP',
'name' => 'lbp',
'index' => 15,
],
[
'label' => 'Beam',
'name' => 'beam',
'index' => 16,
],
[
'label' => 'Depth',
'name' => 'depth',
'index' => 17,
],
[
'label' => 'Draft',
'name' => 'draft',
'index' => 18,
],
];
@endphp
@if (count($inputDataJaminan) > 0)
@foreach ($inputDataJaminan as $item)
@endforeach
@endif