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

Good Receive PO Supplier

Good Receive No.

{{ $poGeneralInvoice->no }}

Good Receive Date :

{{ $poGeneralInvoice->formatted_date }}

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

Complete

@break @case(false)

Not complete

@break @default @endswitch
@foreach ($poGeneralInvoice->grs as $gr) @foreach ($gr->details as $detail) @endforeach @endforeach
No Material UoM Qty
{{ $gr->no }}
  • {{ $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