x-cloak
x-bind:class="
$store.sidebar.isOpen
? 'filament-sidebar-open translate-x-0 max-w-[20em] shadow-2xl lg:max-w-[var(--sidebar-width)]'
: '-translate-x-full lg:translate-x-0 lg:max-w-[var(--collapsed-sidebar-width)] lg:shadow-2xl rtl:lg:-translate-x-0 rtl:translate-x-full'
"
x-cloak="-lg"
x-bind:class="
$store.sidebar.isOpen
? 'filament-sidebar-open translate-x-0 shadow-2xl'
: '-translate-x-full lg:translate-x-0 lg:shadow-2xl rtl:lg:-translate-x-0 rtl:translate-x-full'
"
class=" ! config('filament.layout.sidebar.is_collapsible_on_desktop'),
'dark:border-gray-700 dark:bg-gray-800' => config('filament.dark_mode'),
]); ?>"
>
'filament::components.layouts.app.sidebar.footer','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('filament::layouts.app.sidebar.footer'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes([]); ?>
renderComponent(); ?>