|
|
{{-- 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
|
|
|
|
No
|
Material Code
|
Material Name
|
UoM
|
Qty
|
@foreach ($poGeneralInvoice->grs as $gr)
@foreach ($gr->details as $detail)
|
{{ $gr->no }}
|
{{ $detail->material_code }}
|
{{ $detail->material->name }}
|
{{ $detail->material->uom_code }}
|
{{ $detail->qty }}
|
@endforeach
@endforeach
|
|
Print timestamp:
{{ now()->format('l, d F Y, H:i:s') }}
|
Mengetahui
Divisi :
{{ $poGeneralInvoice->request_to }}
(
..................................... )
|
Diterima Oleh
Divisi :
{{ $poGeneralInvoice->divisi_from }}
(
..................................... )
|
|