@php use Illuminate\Support\Facades\Auth; @endphp User Profile
@if (session('status') === 'profile-information-updated')
Profile Info has been updated.
@endif
@csrf @method('PUT')
Cancel Update Profile
@if (session('status') === 'password-updated')
Password has been updated.
@endif