@extends('layouts.front.app') @section('content')
| Subtotal | {{config('cart.currency')}} {{ number_format($subtotal, 2, '.', ',') }} | |||
| Shipping | {{config('cart.currency')}} {{ $shippingFee }} | |||
| Tax | {{config('cart.currency')}} {{ number_format($tax, 2) }} | |||
| Total | {{config('cart.currency')}} {{ number_format($total, 2, '.', ',') }} |
No products in cart yet. Shop now!