@extends('master-user') @section('content')

Edit Profile

@if(session('success'))
{{ session('success') }}
@endif
@csrf

Personal Information

@if($user->avatar) Avatar @endif

Address

Change Password

If you would like to change your password, please fill in the fields below.

@endsection @push('post_js') @endpush