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

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

Good Receive PO Supplier

Invoice No :

{{ $poSupplierInvoice->no }}

Invoice Date :

{{ $poSupplierInvoice->formatted_date }}

Status : @switch($poSupplierInvoice->status) @case(true)

Complete

@break @case(false)

Not complete

@break @default @endswitch
@foreach ($poSupplierInvoice->grs as $gr) @foreach ($gr->details as $detail) @endforeach @endforeach
Good Receive No Date Material Code Material Name UoM Qty
{{ $gr->no }} {{ $gr->formatted_date }} {{ $detail->material_code }} {{ $detail->material->name }} {{ $detail->material->uom_code }} {{ $detail->qty }}
Print timestamp: {{ now()->format('l, d F Y, H:i:s') }}
Back   Print