@extends('store.layouts.app') @section('title', 'Cart') @section('meta_description', 'Your cart – ' . ($store_name ?? config('app.name'))) @section('content')
{{ $item->variant->name }}
@endif{{ $currency_symbol }}{{ number_format($item->price, 0) }} each
{{ $currency_symbol }}{{ number_format($item->subtotal, 0) }}
{{ $item->quantity }} × {{ $currency_symbol }}{{ number_format($item->price, 0) }}
You'll be asked to log in when you proceed
@endguest {{-- Trust Badges --}}