@extends('frontLayout.frontlayout') @section('content') Recover Password! Reset Password Enter new password for your account. @include('admin.partials.flash_messages') {{ csrf_field() }} Password must be minimum 8 characters long. Password should contain at least one capital letter (A-Z), one small letter (a-z), one number (0-9) and one special character (!@#$%^&*). Submit @endsection
Enter new password for your account.