@php use App\Models\Setting; use Illuminate\Support\Facades\Storage; $businessName = Setting::get('business_name', 'Eshikshya Support'); $logoPath = Setting::get('logo_path'); @endphp

Forgot Password? 🔒

Enter your username or email and we'll send you instructions to reset your password

@include('partials.alerts') @if(session('status')) @endif
@csrf
@error('username')
{{ $message }}
@enderror