| # |
Product Details
|
Price
|
QTY |
Amount (RM) |
|
|
Add New Form
|
|
|
|
|
@if($order->sales_type != 4 && $order->sales_type != 5)
@if($order->payment_status != 1)
@endif
| Date |
Ref No |
Status |
Paid Amount (RM) |
@foreach($payments as $payment)
| {{ $payment->document_date }} |
{{ $payment->receipt_number }} |
PENDING |
{{ number_format($payment->total_amount, 2) }} |
@endforeach
|
|
Paid |
{{ $sum_payment }} |
|
|
Balance |
{{ $balance_payment }} |
@endif
@if($order->sales_type == 4)
@elseif($order->sales_type == 5)
@else
Print
@endif