{{ $title }} |
PO#: {{$detail['po']}} Ref#: {{ $detail['ref'] }} Date: {{ $detail['date'] }} |
|
Buyer
@if($buyer['marking_no'])
Marking#: {{$buyer['marking_no']}}
@endif
{{ $buyer['buyer_company'] }}
({{ $buyer['reg_no'] }})
{{ $buyer['address'] }} Phone: {{ $buyer['phone'] }} |
@if($seller['seller_company'] === 'CIEF Worldwide Sdn Bhd (1134596-M)')
Seller
{{ $seller['seller_company'] }}
{{ $seller['address'] }}
@if($seller['phone'])
Phone: {{ $seller['phone'] }}
@endif
|
@endif
| No | Stock Code | Description | Quantity | Unit Price (RM) | Total Amount (RM) |
|---|---|---|---|---|---|
| {{$line->order}} | {{$line->stock_code}} | {{$line->description}} | {{$line->quantity}} | {{number_format($line->unit_price_rm, 2)}} | {{number_format($line->total, 2)}} |
| Subtotal | {{ number_format($subtotal, 2) }} | ||||
| Adjustment | {{ number_format($adjustment, 2) }} | ||||
| Billing Charges | {{ number_format($billingcharges, 2) }} | ||||
| Total | {{ number_format($total, 2) }} | ||||