@php $appName = \App\Models\AppSetting::getValue('app_name', config('app.name', 'App')); $appLogo = \App\Models\AppSetting::getValue('app_logo', null); $appFavicon = \App\Models\AppSetting::getValue('app_favicon', null); $appIcon = \App\Models\AppSetting::getValue('app_icon', null); $headerBrandingType = \App\Models\AppSetting::getValue('header_branding_type', 'text'); $primaryColor = \App\Models\AppSetting::getValue('primary_color', '#2daa37'); $primaryColorDark = \App\Models\AppSetting::getValue('primary_color_dark', '#1e8a2a'); $headerBrandingType = in_array($headerBrandingType, ['text', 'logo', 'logo_text']) ? $headerBrandingType : 'text'; // Resolve asset URLs $logoUrl = $appLogo ? \App\Services\MediaStorage::url($appLogo) : asset('images/logo.png'); $faviconUrl = $appFavicon ? \App\Services\MediaStorage::url($appFavicon) : asset('favicon.ico'); $iconUrl = $appIcon ? \App\Services\MediaStorage::url($appIcon) : asset('icon/icon-192x192.png'); @endphp
Use password login, OTP login, or quick sign up without losing the smoother {{ $appName }} experience.
Watch orders, sales, and engagement in real time.
Stay on top of incoming requests and fulfillment.
Support repeat ordering with a simpler auth flow.
Sign in or create your {{ $appName }} account.