Total Amount: |
{{ Quotation::format_payment($quote->quotation_payment->subtotal) }} |
@if($quote->quotation_payment->taxamount > 0)
Tax Rate: |
{{ $quote->quotation_payment->tax_rate }}% |
@endif
@if($quote->quotation_payment->shipping_fees > 0)
Shipping Fees: |
{{ Quotation::format_payment($quote->quotation_payment->shipping_fees) }} |
@endif
Amount Payable: |
{{ Quotation::format_payment($quote->quotation_payment->totalaftertax) }} |