@extends('layouts.app') @section('title', 'Profile') @section('content')
Avatar

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

{{ Auth::user()->getRoleNames()->first() ?? 'No Role' }}

Profile Information

Full Name
{{ Auth::user()->name }}
Username
{{ Auth::user()->username }}
Change Password

Update your password to keep your account secure.

@csrf
Account Actions

Need to sign out? Click the button below to securely log out of your account.

@csrf
@endsection