@extends('layouts/blankLayout') @section('title', 'Forgot Password Basic - Pages') @section('page-style') @endsection @section('content')

Forgot Password? 🔒

Set your new password

@if (session('status')) @endif
@csrf
Please enter a valid password.
Password does not match.
@endsection