@if (session('success'))
{{ session('success') }}
@endif
👤
{{ Auth::user()->name }}
{{ strtoupper($role ?? 'User') }}
{{ Auth::user()->email }}
✨ Keep your details up to date

Account Settings

Update your personal information and change your password.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf