prefix('v1')->group(function () { Route::apiResource('masterdatas', MasterDataController::class)->names('masterdata'); });