@extends('layouts.auth', ['title' => 'Forgot Password - Booklio']) @section('content')

Forgot Password

Enter your account email and Booklio will send reset instructions.

@if (session('status'))
{{ session('status') }}
@endif
@csrf Send reset link Back to login
@endsection