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

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

Good Receive PO General

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 Code Material Name 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