@extends('layouts.app') @section('content')

Invoice No : {{ $poSupplierInvoice->no }}

Date : {{ $poSupplierInvoice->formatted_date }}

@switch($poSupplierInvoice->bc_status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch
BC Type : {{ $poSupplierInvoice->bc_data['type'] }}
BC No : {{ $poSupplierInvoice->bc_data['no'] }}
BC Date : {{ $poSupplierInvoice->bc_data['date'] }}
Nomor Polisi : {{ $poSupplierInvoice->bc_data['nopol'] }}
Pengangkut : {{ $poSupplierInvoice->bc_data['pengangkut'] }}
Forwarder : {{ $poSupplierInvoice->bc_data['forwarder'] }}
Nama Kapal : {{ $poSupplierInvoice->bc_data['nama_kapal'] }}
AWB : {{ $poSupplierInvoice->bc_data['awb'] }}
ETA : {{ $poSupplierInvoice->bc_data['eta'] }}
ETD : {{ $poSupplierInvoice->bc_data['etd'] }}
No Karantina : {{ $poSupplierInvoice->bc_data['no_karantina'] }}
Tanggal Karantina : {{ $poSupplierInvoice->bc_data['tanggal_karantina'] }}
No Kontainer : {{ $poSupplierInvoice->bc_data['no_kontainer'] }}
Jumlah Kontainer : {{ $poSupplierInvoice->bc_data['jumlah_kontainer'] }}

PO Supplier No : {{ $poSupplierInvoice->no }}

Date : {{ $poSupplierInvoice->formatted_date }}

Supplier Code : {{ $poSupplierInvoice->supplier_code }}
Delivery Date : {{ $poSupplierInvoice->formatted_delivery_date }}
ETA Date : {{ $poSupplierInvoice->formatted_eta_date }}
Notes : {{ $poSupplierInvoice->notes }}
@foreach ($poSupplierInvoice->details as $detail) @endforeach
Material Code Material Code Alias Material Type Material UoM Material UoM Alias Qty Order
{{ $detail->material_code }} {{ $detail->material_code_alias }} {{ $detail->material->material_type_code }} {{ $detail->material->uom_code }} {{ $detail->material_uom_alias }} {{ $detail->qty }}
@endsection @section('js') @endsection