added crypto pm and activation key system

This commit is contained in:
Gitea
2025-05-16 11:24:08 +05:30
parent 23b5a45d0b
commit 93515e7845
11 changed files with 454 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
<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>