@extends('layouts.app') @section('content')
Product | Price | Quantity | Total |
---|---|---|---|
{{$cartItem['price']}} |
|
NGN {{number_format($cartItem['cost'] * $cartItem['quantity'])}} |
Subtotal | NGN {{number_format(\App\Entities\Carts\Cart::totalPrice())}}.00 |
---|---|
Delivery Fee | NGN {{number_format(\App\Entities\Carts\Cart::$delivery)}} |
|
|
Total | NGN {{number_format(\App\Entities\Carts\Cart::totalPrice() + \App\Entities\Carts\Cart::$delivery)}}.00 |
You don't have any product in cart yet!