Form with Table error Method Not Allowed

hi


Hi, I'm having problems with my filament when I use table and form at the same time, can anyone help? dont call fn create on click button submit...


I installed tailwind and it seems to have disconfigured my entire app...

@vite('resources/css/app.css')
<x-filament-panels::page>
    <form wire:submit.prevent="create">
        {{ $this->form }}
        <button class="w-full bg-amber-500 p-2 rounded-lg text-slate-900 font-bold mt-3" type="submit" form="submit">Pagar</button>
    </form>
    {{ $this->table }}
</x-filament-panels::page>
Was this page helpful?