@php $setting = \App\Models\SystemSetting::first(); $baseUrl = rtrim(config('app.url'), '/'); if ($setting && $setting->logo) { $logoPath = filter_var($setting->logo, FILTER_VALIDATE_URL) ? $setting->logo : $baseUrl . '/' . ltrim($setting->logo, '/'); } else { // Fallback to local public file $logoPath = $baseUrl . '/frontend/eVento_logo.png'; } $companyName = $setting->system_name ?? config('app.name'); @endphp
Logo

Password Reset Request

Hello,

We received a request to reset the password for your account associated with {{ $email }}.

If you made this request, please click the button below to set a new password. This link will expire in {{ $expiresIn }}.

If the button above doesn't work, copy and paste the following link into your browser:

{{ $resetUrl }}

If you did not request a password reset, please ignore this email or contact support if you have concerns. Your password will remain unchanged.