Files
zemailnator/resources/views/filament/pages/generate-activation-keys.blade.php
2025-05-16 11:24:08 +05:30

11 lines
271 B
PHP

<x-filament::page>
<form wire:submit.prevent="generate" class="space-y-6">
{{ $this->form }}
<x-filament::button type="submit">
Generate Activation Keys
</x-filament::button>
</form>
{{ $this->table }}
</x-filament::page>