@php
use App\Models\Setting;
use Illuminate\Support\Facades\Storage;
$businessName = Setting::get('business_name', 'Eshikshya Support');
$logoPath = Setting::get('logo_path');
@endphp
Welcome back! 馃憢
Please sign-in to your account
@include('partials.alerts')