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

🔒 Set New Password

Create a strong new password

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@error('email')
{{ $message }}
@enderror
Minimum 8 characters with letters and numbers
@error('password')
{{ $message }}
@enderror

@push('scripts') @endpush @push('styles') @endpush @endsection