@extends('layouts.shop') @section('title', 'Shopping Cart') @section('content')
{{ session('success') }}
{{ session('error') }}
@foreach($item->variation->options as $option) {{ $option->attribute_value }} @if(!$loop->last) / @endif @endforeach
@endif₹{{ number_format($item->price, 2) }}
Before you proceed to checkout, you must add some products to your shopping cart.
Start ShoppingShipping & taxes calculated at checkout
{{ $product->category->name ?? '' }}
₹{{ number_format($product->sp, 2) }}