{{ $title }}
{{ __('public.quantity') }}: {{ $item->quantity }} × {{ money($item->lineTotal()) }}
{{ $item->quantity }}
@php $cart = $cart ?? collect(); $total = $total ?? 0; $count = $count ?? $cart->count(); @endphp
{{ __('public.quantity') }}: {{ $item->quantity }} × {{ money($item->lineTotal()) }}