@if (currencyShouldDisplayOnRight(currency()->symbol))
{{ $plan->price }}
{{ currency()->symbol }}
@else
{{ currency()->symbol }}
{{ $plan->price }}
@endif
{{ __(formatCamelCase($plan->frequency)) }}
@if ($plan->is_featured == 1)
{{ __('Popular plan') }}
@endif
{{ __($plan->name) }}
@if ($activesubid == $plan->id)
@elseif($activesubid != null)
{{ __('You have an active subscription.') }}
@if ($is_active_gateway == 1)
@php($planid = $plan->id)
@if ($plan->price == 0)
{{ __('Choose plan') }}
@else
{{ __('Choose plan') }}
@foreach ($activeGateways as $gateway)
@if ($gateway->code == 'revenuecat')
@continue
@endif
@php($data = $gatewayControls->gatewayData($gateway->code))
@if ($data['whiteLogo'] == 1)
![{{ $data['title'] }}]({{ custom_theme_url($data['img']) }})
@else
![{{ $data['title'] }}]({{ custom_theme_url($data['img']) }})
@endif
{{ $data['title'] }}
@endforeach
@endif
@else
{{ __('Please enable a payment gateway') }}
@endif