@extends('layouts.app') @section('title','Shopping Cart | Shopora') @section('content')
{{ $item->product->brand ?? 'Exclusive Collection' }}
Rs. {{ number_format($item->price) }}
@if($item->product->is_on_sale)Total
Rs. {{ number_format($cart->total + ($cart->subtotal >= 10000 ? 0 : 299)) }}