{{-- HOSTEL SWITCHER --}}
@if(isset($ownerHostels) && $ownerHostels->count() > 1)
@csrf
@else
🏨 {{ isset($activeHostel) ? $activeHostel->name : '' }}
@endif
{{-- PROFIL + LOGOUT --}}
{{-- Empty space since logout moved to sidebar --}}