prefix('v1')->group(function () { Route::apiResource('location', LocationController::class)->names('location'); });