@if(Session::has('cart') && count(Session::get('cart')) != 0) @else

{{ __('Cart is empty') }}

@endif