<x-filament-panels::page>
<x-filament::section>
<x-slot name="heading">
Cache legen
</x-slot>
<form wire:submit="clearCache">
<div class="mb-4">
{{ $this->clearCacheForm }}
</div>
<x-filament-panels::form.actions :actions="[$this->getClearCacheSaveAction()]"/>
</form>
</x-filament::section>