{{ \App\Models\Setting::get('site_name', 'Digital Marketplace') }}
  • Home
  • Products
@php $cartCount = count(session('cart', [])); @endphp @if($cartCount > 0) {{ $cartCount }} @endif @auth
    @if(auth()->user()->isAdmin())
  • Admin Panel

  • @endif
  • Profile
  • My Orders

  • @csrf
@else Login Register @endauth