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

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

List Good

Purchase Order No:

{{ $poSupplierInvoice->no }}

Purchase Order Date:

{{ $poSupplierInvoice->formatted_date }}

@foreach ($poSupplierInvoice->grs as $gr) @foreach ($gr->details as $index => $detail) @endforeach @endforeach
No Date Actual Date Material Material UoM Material Color Qty
{{ $gr->no }} {{ $gr->date }} {{ $gr->actual_date }}
{{ $detail->material->formatted_material }}
{{ $detail->material_code }}
{{ $detail->material->uom_code }} {{ $detail->material->color_code }} {{ $detail->qty }}
Print timestamp: {{ now()->format('l, d F Y, H:i:s') }}
{{-- Back --}} Back   Print