{{-- Email : {{ $company->value['email'] }} --}} {{-- Contact No : {{ $company->value['phone'] }} --}}

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

{{$title}}

Invoice No :

{{ $poBuyerInvoice->no }}

Invoice Date :

{{ $poBuyerInvoice->formatted_date }}

Po Buyer No :

{{ $poBuyerInvoice->purchaseOrders->pluck('no')->join(', ') }}

Po Buyer Date :

{{ $poBuyerInvoice->formatted_date }}

Buyer Code :

{{ $poBuyerInvoice->buyer_code }}

Invoice PIC :

{{ $poBuyerInvoice->createdBy ? $poBuyerInvoice->createdBy->full_contact : '-' }}

Invoice Complete At :

{{ $poBuyerInvoice->formatted_complete_at }}

@forelse ($poBuyerInvoice->details as $detail) @empty @endforelse
Material Fullname Material Code Material Type Material UOM Currency Code Price Per Unit Amount Qty Order
{{ $detail->material->formatted_material}} {{ $detail->material_code }} {{ $detail->material->material_type_code }} {{ $detail->material->uom_code }} {{ $detail->currency_code }} {{ $detail->price_per_unit }} {{ $detail->amount }} {{ $detail->qty }} Data Kosong
Print timestamp: {{ now()->format('l, d F Y, H:i:s') }}
{{-- Back --}} Back   Print