{{-- Use app name from config or a default title --}}
{{ config('app.name', 'Laravel') }} - Authentication
@vite(['resources/css/app.css', 'resources/js/app.js']) {{-- Adds x-cloak utility: hides elements until Alpine is initialized --}} {{-- Main container for centering content --}}
{{-- Logo Section --}}
{{-- White card container for the form content (slot) --}}
{{ $slot }} {{-- This is where login.blade.php content will be injected --}}