{{ __('help.premium_title') }}

{{-- Hero --}}

{{ __('help.premium_title') }}

{{ __('help.premium_intro') }}

{{-- Comparison table --}}
@php $rows = [ [__('help.premium_row_likes'), __('help.premium_row_likes_free'), __('help.premium_unlimited'), __('help.premium_unlimited')], [__('help.premium_row_chat'), __('help.premium_limited'), __('help.premium_unlimited'), __('help.premium_unlimited')], [__('help.premium_row_seen'), '✗', '✓', '✓'], [__('help.premium_row_pro_profile'), '✗', '✗', '✓'], [__('help.premium_row_pro_community'), '✗', '✗', '✓'], [__('help.premium_row_tickets'), '✗', '✗', '✓'], ]; @endphp @foreach ($rows as [$feature, $free, $premium, $pro]) @foreach ([$free, $premium, $pro] as $val) @php $cellCls = $val === '✓' ? 'text-green-500 font-bold text-base' : ($val === '✗' ? 'text-gray-300 dark:text-gray-600 font-bold text-base' : 'text-xs text-gray-500 dark:text-gray-400'); @endphp @endforeach @endforeach
{{ __('help.premium_free_col') }} {{ __('help.premium_premium_col') }} {{ __('help.premium_pro_col') }}
{{ $feature }}{{ $val }}
{{-- Pricing --}}

{{ __('help.premium_price_title') }}

{{-- Premium --}}

Premium

{{ __('help.premium_monthly') }}

€9 {{ __('help.premium_per_month') }}

{{ __('help.premium_yearly') }}

€5,83 {{ __('help.premium_per_month') }}

{{ __('help.premium_save', ['pct' => '35']) }}

€70 {{ __('help.premium_billed_yearly') }}

{{-- PRO --}}

PRO

{{ __('help.premium_monthly') }}

€15 {{ __('help.premium_per_month') }}

{{ __('help.premium_yearly') }}

€9,75 {{ __('help.premium_per_month') }}

{{ __('help.premium_save', ['pct' => '35']) }}

€117 {{ __('help.premium_billed_yearly') }}

{{-- CTA --}}