@extends('layouts.app') @section('title', 'Your Cart') @section('content')
Your cart is empty. Continue shopping.
@else| Product | Price | Quantity | Subtotal | |
|---|---|---|---|---|
| {{ $item['name'] }} | Rs {{ number_format($item['price'], 2) }} | Rs {{ number_format($item['price'] * $item['quantity'], 2) }} |