@extends('user.layout.content') @section('content')
Change Your password
@if(session('response'))
Success! {{ session('response') }}
@endif

Change Your password

{{ csrf_field() }}
Old Password
New Password* :
Confirm Password*:

@endsection