@php $formPanelPosition = filament('filament-auth-ui-enhancer')->getFormPanelPosition(); $mobileFormPanelPosition = filament('filament-auth-ui-enhancer')->getMobileFormPanelPosition(); $emptyPanelBackgroundImageUrl = filament('filament-auth-ui-enhancer')->getEmptyPanelBackgroundImageUrl(); $emptyPanelBackgroundImageOpacity = filament('filament-auth-ui-enhancer')->getEmptyPanelBackgroundImageOpacity(); $showEmptyPanelOnMobile = filament('filament-auth-ui-enhancer')->getShowEmptyPanelOnMobile(); @endphp
$formPanelPosition === 'left', 'lg:flex-row' => $formPanelPosition === 'right', 'flex-col' => $mobileFormPanelPosition === 'bottom' && $showEmptyPanelOnMobile, 'flex-col-reverse' => $mobileFormPanelPosition === 'top' && $showEmptyPanelOnMobile, ]) >
$showEmptyPanelOnMobile === false, 'flex flex-col flex-grow' => $showEmptyPanelOnMobile === true ]) > @if($emptyPanelBackgroundImageUrl)
@endif
{{ $slot }}