@if (session('status') === 'password-updated')

{{ __('Password Changed Successfully.') }}

@endif
{{-- --}}
@csrf

{{auth()->user()->name}}

{{auth()->user()->phone}}

{{auth()->user()->email}}

Email

Account Setting

@csrf @method('put')

Personal Information

Name :
{{auth()->user()->name}}
Email :
{{auth()->user()->email}}
Availability :
{{auth()->user()->role}}
Joined :
{{auth()->user()->created_at->DiffForHumans()}}
Location :
{{auth()->user()->address}}
Organization :
{{auth()->user()->hotel}}