{{ __('Free plan') }}
💎 {{ __('Upgrade') }}{{ __('Upgrade to Premium for unlimited likes, messages, matches and more.') }}
{{ __('Likes & Matches') }}
{{ __('Notifications') }}
{{ __('Configure') }} →✓ {{ __('No new notifications') }}
@endif{{ __('Profile') }}
@php $profileReady = $user->isOrg() ? $profileComplete : ($profileComplete && $hasPhoto); @endphp @if ($profileReady)✓ {{ __('Complete') }}
👁 {{ __('Visible to other members') }} 🙈 {{ __('Hidden from members') }}
@if (!$user->is_pro) @endif @else{{ __('Incomplete') }}
@if ($user->isOrg()) {{ __('Fill in your organisation name, core activity and target audience') }} @elseif (!$profileComplete && !$hasPhoto) {{ __('Add your info and a photo to appear in the list') }} @elseif (!$profileComplete) {{ __('Fill in all required fields to appear in the list') }} @else {{ __('Add a photo to appear in the list') }} @endif
@endif {{ __('Edit profile') }} → {{-- Divider --}}{{ __('Account') }}
@if ($user->is_premium || $user->isOrg())@if ($user->isOrg()) 🏢 {{ __('Organisation') }} @elseif ($user->isIndividualPro()) 🏅 {{ __('PRO') }} @else 💎 {{ __('Premium') }} @endif
@if ($user->subscription_ends_at){{ $user->subscription_status === 'cancelled' ? __('Access until') : __('Renews on') }} {{ $user->subscription_ends_at->format('d/m/Y') }}
@endif {{ __('Manage subscription') }} → @else{{ __('Free account') }}
{{ __('Upgrade to see full profile details, match, message, filter, create groups and events and more') }}
💎 {{ __('Upgrade to Premium') }} → @endif{{ __('Refer a friend') }}
{{ __('Share your referral link — every friend who subscribes to Premium earns you a free month.') }} @if ($referralCount > 0) {{ trans_choice('You\'ve earned :count free month so far.|You\'ve earned :count free months so far.', $referralCount, ['count' => $referralCount]) }} @endif
{{ $post->body }}
{{ __('No posts yet. Be the first to share something!') }}
@endforelse @if ($recentPosts->isNotEmpty()) @endif