Hi, {{ $userName }}
Profile
@csrf
Logout
Profile
Dashboard
Profile
{{ $greet }}, {{ Str::ucfirst(Str::lower(explode(' ', trim($user->fullname))[0])) }}!
Change information about yourself on this page.
{{--
Edit Profile
--}}
{{ ucfirst($user->fullname) }}
{{ $user->email }}
Edit
@if(auth()->user()->role === 'superadmin')
Change Password
@endif
Personal Information
Fullname
{{ ucfirst($user->fullname) }}
Phone
{{ $user->phone_num }}
Email
{{ $user->email }}
Role
{{ $user->role }}
{{--
--}} @csrf
Edit Information
×
Upload Picture
Detail Information
{{-- Fullname --}}
Fullname
Please fill in the fullname
{{-- Phone number --}}
Phone
{{-- Email --}}
Email
Please fill in the email
{{--
--}} @csrf
Change Password
×
Current Password
Password does not match.
@csrf
Change Password
×
New Password
Your password must be 8-20 characters long, contain letters and numbers, and must not contain spaces, special characters, or emoji.
Confirmation Password
Password does not match.
{{-- submit form Edit password--}} {{-- submit form edit profile --}}