{{-- 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
@foreach ($poGeneral->details as $detail) @endforeach
Material Code Material Name UoM Qty
{{ $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