@extends('frontendLayout') @section('frontend_layout') @push('frontend_css')
{{ count($cartItems) }} {{ count($cartItems) === 1 ? 'item' : 'items' }} · Continue Shopping
Your cart is empty.
Browse Shops| Product | Qty | Price | Subtotal |
|---|---|---|---|
|
|
{{ $item['quantity'] }}
|
{{ number_format((float) $item['unit_price'], 0) }}৳ | {{ number_format(((float) $item['unit_price']) * ((int) $item['quantity']), 0) }}৳ |