@extends('themes.jewelry.layouts.master') @section('title', 'Shopping Cart') @section('content')
| পণ্য | দাম | পরিমাণ | মোট | |
|---|---|---|---|---|
|
@if($item['thumbnail'])
Size: {{ $item['size'] }}@endif |
৳{{ number_format($item['price']) }} | ৳{{ number_format($item['price'] * $item['qty']) }} |