Try your search with a different keyword or use * as a wildcard.
@model PayLaterConfigurationModel
@{
Layout = "_ConfigurePlugin";
NopHtml.SetActiveMenuItemSystemName($"{PayPalCommerceDefaults.SystemName} Pay Later");
}
@await Component.InvokeAsync(typeof(StoreScopeConfigurationViewComponent))