Files
ntspi-app/resources/views/livewire/accept-invitation.blade.php
T
2026-03-20 21:47:02 +05:00

8 lines
280 B
PHP
Executable File

<x-filament-panels::page.simple>
<x-filament-panels::form wire:submit="create">
{{ $this->form }}
<x-filament-panels::form.actions :actions="$this->getCachedformActions()" :full-width="true" />
</x-filament-panels::form>
</x-filament-panels::page.simple>