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

Purchase Order

Purchase Order No.

{{ $poSupplier->no }}

Purchase Order Date :

{{ $poSupplier->formatted_date }}

Status : @switch($poSupplier->status) @case(true)

Complete

@break @case(false)

Not complete

@break @default @endswitch
@foreach ($poSupplier->details as $detail) @endforeach
Material 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