@if(!empty($userIDSBasket))
@endif
@if(isset($totalCartPriceCheck) && $totalCartPriceCheck < 1)

Обращаем ваше внимание! Сумма минимального заказа 1 рубль.

@endif
@if( isset($userCart) && count($userCart) > 0 ) @foreach ($userCart as $item)

@if($item['cart_discount'] > 0) {{ $item['cart_subtotal_before_format'] }} @endif {{ $item['cart_subtotal_format'] }}

{{ $item['name'] }}
@endforeach @else

Корзина пустая, самое время что-то купить...

@endif
@if(!empty($userIDSBasket)) @php $isAuthUser = false; if(!empty($userData['id'])){ $isAuthUser = true; } @endphp
@if(isset($totalCartDiscount))

Скидка: {{ $totalCartDiscount }}

@endif

Итого: {{ $totalCartPrice }}

@endif