@extends('layouts.app') @section('title', 'Forgot Password - ' . ($shopSettings['shop_name'] ?? 'Orange Groceries')) @section('meta_robots', 'noindex, nofollow') @section('canonical', route('password.forgot')) @section('content')

Forgot Password?

Enter your account email to receive a 6-digit verification OTP code.

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror
@endsection