| SL | Product | Size | Color | Qty | Price | Subtotal |
|---|---|---|---|---|---|---|
| {{$key+1}} | {{$item->title}} | {{$item->size}} | {{$item->color}} | {{$item->qty}} | {{number_format($item->price, 2, '.', ',')}} | {{number_format($item->total_price, 2, '.', ',')}} |
@extends('layouts.frontend.app') @section('title', 'Shopping Now') @section('content')
| SL | Product | Size | Color | Qty | Price | Subtotal |
|---|---|---|---|---|---|---|
| {{$key+1}} | {{$item->title}} | {{$item->size}} | {{$item->color}} | {{$item->qty}} | {{number_format($item->price, 2, '.', ',')}} | {{number_format($item->total_price, 2, '.', ',')}} |