@if($cart && $cart->products()->count()) @if(!check_cart_quantity()) @endif
@else

{{ trans('front::messages.cart.your-cart-empty') }}

{{ trans('front::messages.cart.you-more-products') }}

{{ trans('front::messages.cart.go-to-the-main-page') }}
@endif