6 lines
126 B
PHP
Raw Normal View History

2025-03-25 15:02:34 -04:00
<x-layouts.app.sidebar :title="$title ?? null">
<flux:main>
{{ $slot }}
</flux:main>
</x-layouts.app.sidebar>