@extends('customer.layout') @section('content')
{{ config('app.currency') . number_format( $product['price'] * $product['order_qty'] * config('app.exchange_rate') * config('app.company_rate'), 2)}}
|
{{ $product['order_qty'] }} |
{{ config('app.currency') . number_format( $product['price'] * $product['order_qty'] * config('app.exchange_rate') * config('app.company_rate'), 2)}}
|
|
Subtotal + {{ config('app.vat') }}% |
{{ config('app.currency') . number_format( $order['total_amount'], 2) }}
|
||
Store Credit |
$-20.00
|
||
Shipping
via FedEx International
|
$25.00
|
||
Total |
{{config('app.currency').''. number_format($order['total_amount']) }}
|