{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{-- --}} {{-- --}} {{-- --}}
{{ Auth::user()->name }}
My profile
My balance
Messages
58
Account settings
Logout
@php // Check if the user is authenticated $role_id = Auth::user() ? Auth::user()->role : null; $role = \App\Models\Role::where('id', $role_id)->first(); @endphp
{{ Auth::user()->name }}
Main