HOME
LATEST
GALLERY
MEDIA
NEW ARRIVALS
ABOUT
CONTACT
@php $cartCount = \App\Models\Cart::where('user_id', auth()->id())->count(); @endphp
@auth @php $wishlistCount = \App\Models\Wishlist::where('user_id', auth()->id())->count(); @endphp
@if (auth()->user()->role === 'admin')
@else
Profile
My Orders
@csrf
Logout
@endif @else
@endauth
@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')
@else
Profile
My Orders
@csrf
Logout
@endif @else
@endauth
HOME
LATEST
GALLERY
MEDIA
NEW ARRIVALS
ABOUT
CONTACT
@csrf
@include('../newsletter')