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

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

Finish Good

PO Buyer No:

@foreach ($poBuyerInvoice->purchaseOrders as $po) {{ $po->no }} @endforeach

Invoice No:

{{$poBuyerInvoice->no ?? '-' }}

Invoice Date:

{{$poBuyerInvoice->date ?? '-' }}

@foreach ($poBuyerInvoice->finishGoods as $finishGood) @php $details = $finishGood->details; @endphp @foreach ($details as $detail) @endforeach @endforeach
No Date Material Fullname Material Code Material Name Material UoM Qty Send Take From PIC Completed by Completed at
{{ $finishGood->no }} {{ $finishGood->formatted_date }} {{ $detail->material->formatted_material }} {{ $detail->material_code }} {{ $detail->material->name }} {{ $detail->material->uom_code }} {{ $detail->qty }} {{ $finishGood->take_from_divisi }} {{ $finishGood->createdBy->full_contact }} {{ $finishGood->approvedBy->full_contact }} {{ $finishGood->formatted_approved_at }}
Print timestamp : {{ now()->format('l, d F Y, H:i:s') }}
Back Print