My Account

My Account Edit

@php $id = $customer->id; $first_name = $customer->first_name; $last_name = $customer->last_name; $email = $customer->email; $phone_no = $customer->phone_no; $date_of_birth = $customer->date_of_birth; $address = $customer->address; @endphp
@csrf