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

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

{{ $title }}

Purchase Request PO General No :

{{ $purchaseRequestPoGeneral->no }}

Date :

{{ $purchaseRequestPoGeneral->formatted_date }}

PIC :

{{ $purchaseRequestPoGeneral->createdBy->full_contact }}

Status :

@switch($purchaseRequestPoGeneral->status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch

Approved :

@switch($purchaseRequestPoGeneral->approved_status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch

Material List

@forelse ($purchaseRequestPoGeneral->details as $detail) @empty @endforelse
Material Code Material Type Material UoM Qty Order Required Date Currency Code Price Per Unit Amount Remarks
{{ $detail->material_code }} {{ $detail->material->material_type_code }} {{ $detail->material->uom_code }} {{ $detail->qty }} {{ $detail->required_date }} {{ $detail->currency_code }} {{ $detail->formatted_price_per_unit }} {{ $detail->formatted_amount }} {{ $detail->remarks }}
No details available.
Print timestamp: {{ now()->format('l, d F Y, H:i:s') }}
{{-- Back --}} Back   Print