{{-- ┌──────────────────────────────────────────────────┐ --}} {{-- │ Admin Top Bar │ --}} {{-- └──────────────────────────────────────────────────┘ --}} {{-- Left: Hamburger + Search --}} {{-- Hamburger --}} {{-- Search --}} {{-- Right: Actions --}} {{-- Notifications --}} {{-- Fullscreen --}} {{-- Divider --}} {{-- User menu --}} @auth @if(auth()->user()->avatar) @else {{ strtoupper(collect(explode(' ', auth()->user()->name))->map(fn($word) => substr($word, 0, 1))->take(2)->implode('')) }} @endif {{ auth()->user()->name }} {{ auth()->user()->email }} {{-- Dropdown --}} @csrf Sign out @endauth
{{ auth()->user()->name }}
{{ auth()->user()->email }}