@if(config('devdojo.auth.appearance.background.image'))
@endif
@php
$slotParentClasses = match(config('devdojo.auth.appearance.alignment.container')){
'left' => 'items-start h-screen',
'center' => 'items-stretch sm:items-center sm:py-10',
'right' => 'items-end h-screen',
};
@endphp
{{ $slot }}
@if(config('devdojo.auth.settings.enable_branding') && !app()->isLocal())
Secured by DevDojo
@endif