@extends('frontend.layouts.layouts') @section('content')
Product
Select | Delete | Image | Name | Variant | Price | Quantity | Total |
---|---|---|---|---|---|---|---|
|
{{ $item['name'] }} | {{ $item['variant'] }} | {{ number_format($item['price'], 2) }} | {{ number_format($item['quantity'] * $item['price'], 2) }} |
CART TOTALS
SUBTOTAL
{{--SHIPPING
--}}{{ number_format($subtotal, 2) }}
{{--CHANGE ADDRESS
TOTAL
{{ number_format($total, 2) }}