prefix('franchisor-dashboard')->group(function () { Route::get('/overview', 'overview')->middleware('permission:student,view'); });