middleware(['web', 'auth:web'])->group(function ($router) { $router->get('/contribution', FillList::class)->name('contribution.index'); }); } }