{{ __('Select Payment Method') }}
-
@if ($payment_setting->mollie_status == 1)
- @endif @if (($payment_setting->paypal_status ?? 0) == 1)
- @endif @if ($payment_setting->razorpay_status == 1)
- @endif @if (($payment_setting->bank_status ?? 0) == 1)
- @endif @if ($payment_setting->paystack_status == 1)
- @endif @if ($payment_setting->stripe_status == 1)
- @endif @if ($payment_setting->instamojo_status == 1)
- @endif @if ($payment_setting->flutterwave_status == 1)
- @endif
{{ __('Your Subscription') }}
plan_name == 'Standard Plan' ? 'data-aos=zoom-out data-aos-delay=150 data-aos-offset=200' : '' }}
class="col-span-4 border border-buisness-red/10 bg-buisness-gray rounded-xl p-5 md:p-[50px] hover:bg-main-black bg-main-black transition-all duration-300 relative group">
@if ($plan?->plan_name == 'Standard Plan')
@for ($i = 0; $i < 3; $i++)
{{ get_svg('innerpage.star-icon') }}
@endfor
@endif
{{ $plan?->plan_name }}
{{ __('$') }} {{ $plan?->plan_price }} / {{ $plan?->expiration_date }}{{ $plan?->short_description }}
-
@foreach (explode("\n", $plan?->features) as $feature)
@if (!empty(trim($feature)))
- {{ get_svg('innerpage.price_list') }} {{ $feature }} @endif @endforeach