Order Penilaian

@if (isset($permohonan->tujuanPenilaian))

{{ $permohonan->tujuanPenilaian->name }}

@endif

{{ $permohonan->created_at->format('d/m/Y') }}

@if (isset($permohonan->branch))

{{ $permohonan->branch->name }}

@endif
@if (isset($permohonan->user))

{{ $permohonan->user->name }}

@endif

Identitas Debitur

@if (isset($permohonan->debiture->name))

{{ $permohonan->debiture->name }}

@endif
{{-- lokasi jaminan --}} @include('lpj::surveyor.components.lokasi-jaminan')

Data Data Jaminan

@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

Struktur Kapal

@php $inputStrukturKapal = [ [ 'label' => 'Lambung Kapal', 'name' => 'lambung_kapal', 'index' => 0, ], [ 'label' => 'Dek', 'name' => 'dek', 'index' => 1, ], [ 'label' => 'Struktur Rangka', 'name' => 'struktur_rangka', 'index' => 2, ], [ 'label' => 'Palka', 'name' => 'palka', 'index' => 3, ], [ 'label' => 'Pondasi Mesin', 'name' => 'pondasi_mesin', 'index' => 4, ], [ 'label' => 'Area Mesin', 'name' => 'area_mesin', 'index' => 5, ], [ 'label' => 'Cat dan Korosi', 'name' => 'cat_dan_korosi', 'index' => 6, ], [ 'label' => 'Sistem Pengelasan', 'name' => 'sistem_pengelasan', 'index' => 7, ], ]; @endphp @if (count($inputStrukturKapal) > 0) @foreach ($inputStrukturKapal as $item)
@endforeach @endif
{{-- Peralatan Keselamatan --}}

Peralatan Keselamatan

@php $inputPeralatan = [ [ 'label' => 'Sekoci/Lifeboat', 'name' => 'sekoci', 'index' => 0, ], [ 'label' => 'Jaket Pelampung', 'name' => 'jaket_pelampung', 'index' => 1, ], [ 'label' => 'Alat Pemadam', 'name' => 'alat_pemadaman', 'index' => 2, ], [ 'label' => 'Rambu Darurat', 'name' => 'rambu_darurat', 'index' => 3, ], [ 'label' => 'Sistem Alarm', 'name' => 'sistem_alarm', 'index' => 4, ], [ 'label' => 'Sistem Pencegah', 'name' => 'sistem_pencegah', 'index' => 5, ], [ 'label' => 'Kebakaran', 'name' => 'kebakaran', 'index' => 6, ], [ 'label' => 'Lampu Darurat', 'name' => 'lampu_darurat', 'index' => 7, ], ]; @endphp @if (count($inputPeralatan) > 0) @foreach ($inputPeralatan as $item)
@endforeach @endif
{{-- Sistwm Navigasi dan Komunikasi --}}

Sistem Navigasi dan Komunikasi

@php $inputDataLoaksi = [ [ 'label' => 'Gps', 'name' => 'gps', 'index' => 0, ], [ 'label' => 'Radar', 'name' => 'radar', 'index' => 1, ], [ 'label' => 'Radio Komunikasi', 'name' => 'radio_komunikasi', 'index' => 2, ], [ 'label' => 'Lampu Navigasi', 'name' => 'lampu_navigasi', 'index' => 3, ], [ 'label' => 'Sistem Kendali otomatis', 'name' => 'sistem_kendali_otomatis', 'index' => 4, ], [ 'label' => 'Kompas', 'name' => 'kompas', 'index' => 5, ], ]; @endphp @if (count($inputDataLoaksi) > 0) @foreach ($inputDataLoaksi as $item)
@endforeach @endif
{{-- Sistwm Mesin dan Penggerak Kapal --}}

Sistem Mesin dan Penggerak Kapal

@php $inputSistemPengerak = [ [ 'label' => 'Mesin Utama', 'name' => 'mesin_utama', 'index' => 0, ], [ 'label' => 'Mesin Bantu', 'name' => 'mesin_bantu', 'index' => 1, ], [ 'label' => 'Pompa Pendingin', 'name' => 'pompa_pendingin', 'index' => 2, ], [ 'label' => 'Sistem Pelumasan', 'name' => 'sistem_pelumasan', 'index' => 3, ], [ 'label' => 'Propeller', 'name' => 'propeller', 'index' => 4, ], [ 'label' => 'Sistem Kelistrikan', 'name' => 'sistem_kelistrikan', 'index' => 5, ], ]; @endphp @if (count($inputSistemPengerak) > 0) @foreach ($inputSistemPengerak as $item)
@endforeach @endif
{{-- Sistwm kelistrikan dan Elektronik --}}

Sistem Kelistrikan dan Elektronik

@php $inputSistemKelistrikan = []; $inputSistemKelistrikan = [ [ 'label' => 'Lampu Navigasi', 'name' => 'lampu_navigasi', 'index' => 0, ], [ 'label' => 'Sistem Penerangan', 'name' => 'sistem_penerangan', 'index' => 1, ], [ 'label' => 'Sistem Panel Distribusi', 'name' => 'sistem_panel_distribusi', 'index' => 2, ], [ 'label' => 'Kabel dan Perangkat Pendukung', 'name' => 'kabel_perangkat', 'index' => 3, ], ]; @endphp @if (count($inputSistemKelistrikan) > 0) @foreach ($inputSistemKelistrikan as $item)
@endforeach @endif
{{-- Linkungan dan Kebersihan Kapal --}}

Linkungan dan Kebersihan Kapal

@php $inputLinkungan = [ [ 'label' => 'Kebersihan Dek Luar', 'name' => 'kebersihan_dek_luar', 'index' => 0, ], [ 'label' => 'Tangki Limbah', 'name' => 'tangki_limbah', 'index' => 1, ], [ 'label' => 'Sistem Pengelolaan Limbah', 'name' => 'sistem_pengelolaan_limbah', 'index' => 2, ], [ 'label' => 'Pengelolaan Air Ballast', 'name' => 'pengelolaan_air_ballast', 'index' => 3, ], ]; @endphp @if (count($inputLinkungan) > 0) @foreach ($inputLinkungan as $item)
@endforeach @endif

Analisis Fakta