- {{ $page->t("While public pricing is not yet available, our team can help you understand the best option for your organization.") }} -
- - {{ $page->t("Talk to our team") }} - -{{ $page->t("For organizations that need support, guidance, and a tailored LibreSign adoption path.") }}
+ @forelse ($productEntries as $productEntry) + @php + $product = $productEntry['product']; + $price = $product->price ?? null; + $detailAttributes = $productEntry['detailAttributes'] ?? []; + $hasPriceRange = $product->hasPriceRange ?? false; + $permalink = $product->permalink ?? '#'; + $buttonLabel = !empty($product->buttonLabel) ? $product->buttonLabel : $page->t('View product'); + $cardHighlights = $productEntry['cardHighlights'] ?? []; + $pricingCardStyle = $pricingStyleBuilder->buildCardStyle((array) ($product->pricingCardColors ?? [])); + @endphp +{{ $page->t('No featured products are available right now. Please contact our team for current commercial options.') }}
{{ $page->t("For organizations that want to integrate LibreSign with existing systems and workflows.") }}
+ @if ($comparisonFeatureGroups->isNotEmpty() || $detailRows->isNotEmpty()) +{{ $page->t("For organizations interested in hosted or managed infrastructure options when available.") }}
+ -