How do I add middleware->auth on Livewire routes such as
Route::group([‘layout’ => ‘layouts.base’, ‘section’ => ‘body’], function () {
Route::livewire(’/home’, ‘counter’)
});
Tried to add it the way I add to get routes the page is loading infinitely.