{{-- Header Preview --}}
@if($tenant->logo) {{ $tenant->company_name }} @else {{ $tenant->company_name }} @endif
{{-- Body Preview --}}

Deck Estimator

{{-- Sample Card --}}

Sample card with tenant branding applied

{{-- Sample Button --}} @php $btnStyle = $tenant->button_style ?? 'solid'; @endphp @if($btnStyle === 'solid') Calculate @elseif($btnStyle === 'outlined') Calculate @else Calculate @endif Secondary
{{-- Colour Swatches --}}
Primary
Secondary
Accent
{{-- Footer --}}
{{ $tenant->watermark ?? $tenant->company_name }} — Powered by EstiFlow
{{-- Details --}}
Slug: {{ $tenant->slug }}
Font (heading): {{ $tenant->font_heading ?? 'system-ui' }}
Font (body): {{ $tenant->font_body ?? 'system-ui' }}
Border radius: {{ $tenant->border_radius ?? '6px' }}
Button style: {{ $tenant->button_style ?? 'solid' }}
Manufacturers: {{ $tenant->manufacturers->pluck('name')->join(', ') ?: 'None' }}
@if($tenant->subscription_status === 'trial' && $tenant->trial_ends_at) Trial ends: {{ $tenant->trial_ends_at->format('j M Y') }} ({{ max(0, (int) now()->diffInDays($tenant->trial_ends_at, false)) }} days left)
@endif