{{-- Mobile toggle menu --}}
{{-- Header global search --}}
    {{-- Mobile search icon --}}
  • {{-- Language Dropdown --}}
  • Language
    • English
    • Catalan
    • French
    • Hindi
  • {{-- Dark mode toggle --}}
  • {{-- Apps Dropdown --}}
  • {{-- Repeat this col block for each app --}}
    Slack

    Slack

    GitHub

    GitHub

    {{-- Add other apps similarly --}}
  • {{-- Notifications --}}
  • 7

    Notifications

    8 New

    {{-- Notification items --}}
    user avatar
    Daisy Anderson 5 sec ago

    The standard chunk of lorem

    {{-- Add more notifications --}}
  • {{-- Cart Dropdown --}}
  • 8

    My Cart

    10 Items

    {{-- Cart items --}}
    product
    Men White T-Shirt

    1 X $29.00

    $29

    {{-- Repeat cart items --}}
    Total
    $489.00
{{-- User Box --}} @php $user = auth()->user(); $profileImage = null; if ($user && !empty($user->profile_image)) { $profileImage = \Illuminate\Support\Str::startsWith($user->profile_image, ['http://', 'https://']) ? $user->profile_image : asset('storage/' . ltrim($user->profile_image, '/')); } // Spatie media support if ($user) { $mediaProfile = $user->getFirstMediaUrl('profile', 'thumb') ?: $user->getFirstMediaUrl('profile'); $profileImage = $mediaProfile ?: $profileImage; } // Default fallback image $profileImage = $profileImage ?: asset('assets/images/avatars/avatar-2.png'); @endphp
user avatar

{{ $user?->email ?? '' }}

User Type: {{ $user ? ucwords(str_replace('_', ' ', $user->account_type)) : 'User' }}

  • Profile
  • Settings

  • Logout
@csrf