Link to the repository
[Only for premium members]
[Only for premium members]
It's time to display Events for our users on their homepage:
This page will have two lists of Events:
Let's do this:
Let's start by creating a new Dashboard Livewire component:
php artisan make:livewire Dashboard
Then, we can modify the Dashboard class: