So in my service provider I bind the event model in the route:
Route::model(\'event\', Event::class);
Then I create this route: