@php use App\Models\Page; @endphp
@foreach(session('cart') as $id => $details)
{{$details['name']}}
{{$details['quantity']}} × {{ priceView($details['price'], true) }}
{{ __("cart.total") }}
{{ priceView($totalCartValue, true)}}
@foreach(session('cart') as $id => $details)
{{$details['name']}}
{{$details['quantity']}} × {{ priceView($details['price'], true) }}
{{ __("cart.total") }}
{{ price($details['quantity'] * $details['price'])}}
© {{ date('Y') }} - Softplexity
Designed by Softplexity