@php $setting = App\Models\SiteSetting::find(1); <<<<<<< HEAD $version = $setting->copyright ?? '2.0.0'; // Default version if not set @endphp Login
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
======= $version = $setting->copyright ?? '2.0.0'; $logoUrl = ! empty($setting?->logo) ? asset('upload/logo/' . $setting->logo) : asset('backend/assets/images/logo-icon.png'); $bannerUrl = ! empty($setting?->login_banner) ? asset('upload/banner/' . $setting->login_banner) : null; $bannerLink = $setting->banner_link ?? null; $bibleVerse = trim($setting->bible_verse ?? ''); $hasSocial = $setting && ($setting->facebook || $setting->youtube || $setting->instagram || $setting->website); @endphp @include('partials.chm-app-config') @include('partials.chm-theme-init') Sign in | CHM ERP @include('partials.admin.auth-preferences')
{{-- Left hero --}} {{-- Mobile banner strip --}} @if ($bannerUrl) @endif {{-- Right form --}}
CHM CHM ERP

Welcome back

Sign in to continue to your dashboard

@csrf
@if ($hasSocial)
Connect with us
@endif
>>>>>>> origin/main