Custom page with record update
I've added a custom page to my app the page name is 'resources/views/filament/pages/ confirm-quote.blade.php the content is the same of welcome.blade.php + i've added @livewire('confirm-quote') and @livewire('notifications')
then i have created a livewire component app/livewire/ConfirmQuote.php
the confirm-quote.blade.php is a button
everything works,the db is correctly updated, notification appears but are without style and still on the page forever
it's my first custom page and 99% i'm doing something wrong
0 Replies