Demonstrates how to use a Filament Table on a public page, outside of admin panel.
One-time payment
Sign in with GitHub to buy
Sign in first, then complete your $9 checkout.
30-day money-back guarantee
Filament resource a simple form and table to show fields. For the image field, spatie/media-library is used with the official plugin for Filament.
The Livewire component has the same columns as in the admin panel.
Additionally, for the Livewire component, the name and description fields are searchable, and a filter to search price from and to is added.
The Blade part of that Livewire form just needs to load {{ $this->table }}.
In the Laravel Blade...