@php
use App\Models\Setting;
use Illuminate\Support\Facades\Storage;
$businessName = Setting::get('business_name', 'Eshikshya Support');
$logoPath = Setting::get('logo_path');
@endphp
Reset Password 馃敀
Your new password must be different from previously used passwords
@include('partials.alerts')
@if(session('status'))
{{ session('status') }}
@endif