@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
Create your account to get started
Create a new account with your basic details. You can sign in right after registration.
© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.