@extends('master-user') @section('content') Edit Profile @if(session('success')) {{ session('success') }} @endif @csrf Personal Information Name Email Phone Avatar @if($user->avatar) @endif Address Address Line 1 Address Line 2 Landmark Pincode City State Change Password If you would like to change your password, please fill in the fields below. Change Password Old Password New Password Confirm New Password Update Profile @endsection @push('post_js') @endpush
If you would like to change your password, please fill in the fields below.