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

EXIM General

BC Type :

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

BC No :

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

BC Date :

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

Nomor Polisi :

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

Pengangkut :

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

Forwarder :

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

ETD :

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

ETA :

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

Nama Kapal / Pesawat:

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

No BL/Awb :

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

No Kontainer :

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

Jumlah Kontainer :

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

Nomor Karantina :

{{ $poGeneralInvoice->bc_data['no_karantina'] }}

Tanggal Karantina :

{{ $poGeneralInvoice->bc_data['tanggal_karantina'] }}

Material Requirement

@php $no = 1; @endphp @foreach ( $poGeneralInvoice->po->details as $detail ) @php $bcDetailData = $poGeneralInvoice->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