{{-- Shared price matrix (full list or single-product). Expects $matrix, optional $mode = full|product, optional $defaultTab --}} @php $mode = $mode ?? 'full'; $currency = $matrix['price_list']->currency; $currencyCode = $currency?->code ?? 'USD'; $annualPct = round($matrix['annual_rate'] * 100, 2); $hourly = (float) $matrix['hourly_rate']; $defaultTab = $defaultTab ?? (count($matrix['subscription']) ? 'sp' : 'pp'); if ($mode === 'product' && ! count($matrix['subscription']) && count($matrix['perpetual'])) { $defaultTab = 'pp'; } $packagedTerms = $matrix['description']?->packagedHtml($currencyCode) ?: ''; $subscriptionTerms = $matrix['description']?->subscriptionHtml($currencyCode) ?: ''; @endphp
| Product | Annual fee | Suggested Setup & Implementation Services |
|---|---|---|
|
@if (! empty($row['has_product_page']) && $row['code'] !== '')
{{ $row['name'] }}
@else
{{ $row['name'] }}
@endif
@if (($row['line2'] ?? '') !== '')
{{ $row['line2'] }}
@endif
|
{{ $currency?->format($row['price']) }} | @if ($row['setup_hours'] > 0) {{ (int) $row['setup_hours'] }} {{ (int) $row['setup_hours'] === 1 ? 'Hour' : 'Hours' }} = {{ $currency?->format($row['setup_amount']) }} $row['setup_required']])>{{ $row['setup_label'] }} @else — @endif |
| No subscription prices for this {{ $mode === 'product' ? 'product' : 'list' }}. | ||
| Product | License fee | SYSTRONICS Software Assurance | Suggested Setup & Implementation Services |
|---|---|---|---|
|
@if (! empty($row['has_product_page']) && $row['code'] !== '')
{{ $row['name'] }}
@else
{{ $row['name'] }}
@endif
@if (($row['line2'] ?? '') !== '')
{{ $row['line2'] }}
@endif
|
{{ $currency?->format($row['price']) }} | {{ $currency?->format($row['cover_amount']) }} | @if ($row['setup_hours'] > 0) {{ (int) $row['setup_hours'] }} {{ (int) $row['setup_hours'] === 1 ? 'Hour' : 'Hours' }} = {{ $currency?->format($row['setup_amount']) }} $row['setup_required']])>{{ $row['setup_label'] }} @else — @endif |
| No perpetual prices for this {{ $mode === 'product' ? 'product' : 'list' }}. | |||
* Mandatory Setup & Implementation Services
{{ $currency?->format($matrix['custom_dev_rate']) }} per day
Call for pricing.
Call for pricing.