@php $isPro = str_starts_with(request('plan', ''), 'pro_'); @endphp

💎 {{ $isPro ? __('Welcome to PRO!') : __('Welcome to Premium!') }}

🎉

{{ __('Payment received — thank you!') }}

{{ $isPro ? __('Your PRO access is being activated. This usually takes less than a minute. If it is not active yet, please refresh the page in a moment.') : __('Your premium access is being activated. This usually takes less than a minute. If it is not active yet, please refresh the page in a moment.') }}