{{ __('messages.cart') }} ({{ $cartCount }} {{ __('messages.product') }})
@if($items->count() > 0) @foreach($items as $item) @php $product = $item->product; $firstImage = $product?->images?->first(); @endphp
@if($firstImage)
@else
@endif
@endif
{{ $product->product_name }}
-
@if(!empty($item->selected_variants))
@foreach($item->selected_variants as $key => $value)
- {{ __('messages.' . $key) }} : {{ __('messages.' . $value) }} @endforeach @endif
{{ $item->quantity }} x
{{ display_price($product->final_price, $product->currency) }}
{{ __('messages.sub_total') }}
{{ number_format((float) ($cartTotal ?? 0), 2, ',', ' ') }} {{ currency_symbol(display_currency()) }}