{{ config('app.name', 'Indoor') }}

Menu

@php $terminalsActive = request()->routeIs('terminals.*'); @endphp {{-- Icon bg highlight when active --}} @if($terminalsActive) @endif Terminais {{-- Collapsed tooltip --}} Terminais @php $profileActive = request()->routeIs('profile.*'); @endphp @if($profileActive) @endif Perfil {{-- Collapsed tooltip --}} Perfil
{{ strtoupper(substr(Auth::user()->name, 0, 1)) }}

{{ Auth::user()->name }}

{{ Auth::user()->email }}

@csrf