prefix('franchisee-contract')->group(function () { Route::get('/me', 'indexMe'); Route::get('/me/{id}/tax-history', 'taxHistoryMe'); });