@php $topUser = \App\Models\User::find(session('user_id')); $nickname = $topUser ? $topUser->nickname : 'Player'; $initial = strtoupper(substr($nickname, 0, 1)); @endphp