<div>
<x-filament-panels::topbar />
<main class="...">
<x-filament-panels::header
:heading="$this->getHeading()"
:subheading="$this->getSubHeading()"
:actions="$this->getCachedHeaderActions()"
/>
<x-filament-panels::form id="form" wire:submit="register">
{{ $this->form }}
<x-filament-panels::form.actions :actions="$this->getCachedFormActions()" />
</x-filament-panels::form>
</main>
</div>
<div>
<x-filament-panels::topbar />
<main class="...">
<x-filament-panels::header
:heading="$this->getHeading()"
:subheading="$this->getSubHeading()"
:actions="$this->getCachedHeaderActions()"
/>
<x-filament-panels::form id="form" wire:submit="register">
{{ $this->form }}
<x-filament-panels::form.actions :actions="$this->getCachedFormActions()" />
</x-filament-panels::form>
</main>
</div>