@extends('layouts.master') @section('title', 'Reset Password') @section('content')
Reset Password
@if (session('status')) @endif

Enter your email address and we'll send you a link to reset your password.

@csrf
@error('email') {{ $message }} @enderror
Back to Login
@endsection