{{-- Email : {{ $company->value['email'] }} --}}
{{-- Contact No : {{ $company->value['phone'] }} --}}
{{ $company->value['name'] }}
Purchase Order General
Purchase Order No :
{{ $poGeneral->no }}
Purchase Order Date :
{{ $poGeneral->formatted_date }}
Status :
@switch($poGeneral->status) @case(true)
Complete
@break @case(false)
Not complete
@break @default @endswitch
Material Code
Material Name
UoM
Qty
@foreach ($poGeneral->details as $detail)
{{ $detail->material_code }}
{{ $detail->material->name }}
{{ $detail->material->uom_code }}
{{ $detail->qty }}
@endforeach
Print timestamp: {{ now()->format('l, d F Y, H:i:s') }}
Mengetahui
Divisi : {{ $poGeneral->request_to }}
( ..................................... )
Diterima Oleh
Divisi : {{ $poGeneral->divisi_from }}
( ..................................... )
Back
Print