@include('../header')
@if (session('status')) @endif @if ($errors->updatePassword->any()) @foreach ($errors->updatePassword->all() as $error) @endforeach @endif
Personal Details

Name

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

Email ID

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

Mobile

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

Address

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

Account Status Edit
Update Profile
@csrf @method('patch')
Change Password
@csrf @method('put')