{{ $company->value['name'] }}

EXIM Buyer

BC Type :

@if($poBuyerInvoice->bc_data['type'] == 'PEB') PEB @else BC {{ $poBuyerInvoice->bc_data['type'] }} @endif

BC No :

{{ $poBuyerInvoice->bc_data['no'] }}

BC Date :

{{ $poBuyerInvoice->bc_data['date'] }}

Negara Tujuan :

{{ $poBuyerInvoice->bc_data['negara_tujuan'] }}

Negara Asal :

{{ $poBuyerInvoice->bc_data['negara_asal'] }}

Nomor Polisi :

{{ $poBuyerInvoice->bc_data['nopol'] }}

Pengangkut :

{{ $poBuyerInvoice->bc_data['pengangkut'] }}

Forwarder :

{{ $poBuyerInvoice->bc_data['forwarder'] }}

ETD

{{ $poBuyerInvoice->bc_data['etd'] }}

ETA

{{ $poBuyerInvoice->bc_data['eta'] }}

Nama Kapal / Pesawat:

{{ $poBuyerInvoice->bc_data['nama_kapal'] }}

No BL/Awb

{{ $poBuyerInvoice->bc_data['awb'] }}

No Kontainer

{{ $poBuyerInvoice->bc_data['no_kontainer'] }}

Jumlah Kontainer

{{ $poBuyerInvoice->bc_data['jumlah_kontainer'] }}

Nomor Karantina

{{ $poBuyerInvoice->bc_data['no_karantina'] ?? '-' }}

Tanggal Karantina

{{ $poBuyerInvoice->bc_data['tanggal_karantina'] ?? '-' }}

Buyer Code :

{{ $poBuyerInvoice['buyer_code'] ?? '-' }}

Delivery Date :

@foreach ($poBuyerInvoice->purchaseOrders as $po) {{ $po->delivery_date }} @if (!$loop->last) , @endif @endforeach

ETA Date :

Notes :

Material Requirement

@php $no = 1; @endphp @foreach ( $poBuyerInvoice->details as $detail ) @php $bcDetailData = $poBuyerInvoice->bc_data['details'][$detail->id] ?? []; @endphp @endforeach
No Material Code Material Name Material UoM Material Color Qty Order Currency Code P/U Amount
{{ $no++ }} {{ $detail->material_code }} {{ $detail->material->name }} {{ $detail->material->uom_code }} {{ $bcDetailData['color-code'] ?? '-' }} {{ $detail->qty }} {{ $detail->currency_code }} {{ $detail->price_per_unit }} {{ $detail->amount }}
Print timestamp : {{ now()->format('l, d F Y, H:i:s') }}
Back Print