@php $cart = $cart ?? collect(); $total = $total ?? 0; $count = $count ?? $cart->count(); @endphp
@if($cart->count())
@endif
{{ __('public.menu.shop') }} {{ __('public.checkout') }}