@extends('layouts.userlayout') @section('content')
@csrf
@if (session('success')) @endif @if (session('error')) @endif

Change Password

Your new password must be different from current password
Must be at least 8 character
Both password must match
@endsection