@extends('eliteadmin::layouts.auth') @section('title', 'Forgot Password') @section('brand_heading', 'Reset your password securely') @section('brand_description', 'We will send you instructions to regain access to your account.') @section('content')

Forgot password?

No worries, we'll send you reset instructions.

@if (session('status')) @endif
@csrf
@error('email')
{{ $message }}
@enderror
@endsection