PO #{{ $purchaseOrder->po_number }}
Order Date: {{ \Carbon\Carbon::parse($purchaseOrder->order_date)->format('F d, Y') }}
Supplier:
{{ $purchaseOrder->supplier->name }}
@if($purchaseOrder->expected_delivery_date)
Expected Delivery:
{{ \Carbon\Carbon::parse($purchaseOrder->expected_delivery_date)->format('F d, Y') }}
@endif
Status:
{{ $purchaseOrder->status }}
Total Amount:
{{ $purchaseOrder->company->formatCurrencyZar($purchaseOrder->total) }}
Please find the attached purchase order PDF for your records.
If you have any questions or need to make changes to this purchase order, please contact us at your earliest convenience.
Thank you for your business!