@php $cartCountMobile = \App\Models\Cart::where('user_id', auth()->id())->count(); @endphp @auth @php $wishlistCountMobile = \App\Models\Wishlist::where('user_id', auth()->id())->count(); @endphp @if (auth()->user()->role === 'admin') avatar @else @endif @else
@endauth
@include('../newsletter')