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

Forgot Password? 🔒

Enter your email and we'll send you instructions to reset your password.

@if (session('status')) @endif
@csrf
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@endsection