@extends('layouts.user_dashboard_main')
@section('content')
Change Password
@if (session('error'))
{{ session('error') }}
@endif
@if (session('success'))
{{ session('success') }}
@endif
Your new password must be different from previous used passwords.
@endsection