@php $siteSettings = \App\Models\GeneralSetting::getContent(); $siteLogo = $siteSettings['site']['logo'] ?? null; $logoUrl = $siteLogo ? ((str_starts_with($siteLogo, 'http://') || str_starts_with($siteLogo, 'https://')) ? $siteLogo : asset('storage/' . ltrim($siteLogo, '/'))) : null; @endphp
Reset your password securely
Enter your email address and we will send you a password reset link so you can choose a new password.
© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.