@php $slides = config('dashboard.auth.slides', []); $slideCount = count($slides); $rotateMs = (int) config('dashboard.auth.rotate_ms', 6000); $badge = config('dashboard.auth.badge') ?: config('dashboard.brand_name'); $locales = config('dashboard.locales', ['ar', 'en']); $currentLocale = app()->getLocale(); $logoLight = config('dashboard.logo_path'); $logoDarkFallback = file_exists(public_path('assets/images/logo-light.png')) ? 'assets/images/logo-light.png' : $logoLight; $logoDark = config('dashboard.logo_dark_path') ?: $logoDarkFallback; @endphp
{{-- Decorative accent blobs --}} {{-- Main split-screen card --}}
{{-- Mobile-only header (logo + lang/theme switcher) --}}
{{ config('dashboard.brand_name') }} {{ config('dashboard.brand_name') }}
{{-- Form panel (col 1 on md+) --}}
{{-- Ambience blobs inside the form panel --}}
{{ $slot }}
{{-- Visual / branding panel (col 2 on md+) --}}