Link to the repository
[Only for premium members]
[Only for premium members]
The final page that we want to add at this stage is - Events list:
This will include all three of our filters:
And all of them will use the same Livewire component, with different API filters applied.
To start with our page, we need a new Component:
php artisan make:livewire Events/Index
Then, we can add our code to the Index
Class containing: