@extends('layouts.app') @section('title', 'Reset Password - Blackberry Farm') @section('content')

🔑 Reset Password

Enter your email to receive reset link

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Enter your email address and we'll send you a link to reset your password.
@csrf
@error('email')
{{ $message }}
@enderror

Back to Login

Don't have an account? Sign up here

@push('styles') @endpush @endsection