@extends($active_theme) @section('title') {{__('user.Pricing')}} @endsection @section('frontend-content')

@if ($setting->currency_position == 'before_price') {{ sprintf('%0.2f', $plan->plan_price) }}{{ $setting->currency_icon }} / @if ($plan->expiration_date == 'monthly') {{__('user.Monthly')}} @elseif ($plan->expiration_date == 'yearly') {{__('user.Yearly')}} @elseif ($plan->expiration_date == 'lifetime') {{__('user.Lifetime')}} @endif @else {{ $setting->currency_icon }}{{ sprintf('%0.2f', $plan->plan_price) }} / @if ($plan->expiration_date == 'monthly') {{__('user.Monthly')}} @elseif ($plan->expiration_date == 'yearly') {{__('user.Yearly')}} @elseif ($plan->expiration_date == 'lifetime') {{__('user.Lifetime')}} @endif @endif

pricing

{{ $plan->plan_name }}

  • {{ $plan->maximum_service }} {{__('user.Product Upload')}}
  • {{__('user.Exclusive Landing Page')}}
  • {{__('user.Modules')}}
  • {{__('user.Different Layouts')}}
  • {{__('user.Support Ticket')}}
  • {{__('user.Button Style')}}
@if ($stripe->status == 1)
@endif @if ($paypal->status == 1)
@endif @if ($razorpay->status == 1) @endif @if ($flutterwave->status == 1)
@endif @if ($paystack->paystack_status == 1)
@endif @if ($mollie->mollie_status == 1)
@endif @if ($instamojo->status == 1)
@endif @if ($bank_payment->status == 1)
@endif @if ($sslcommerzPayment->status == 1)
@endif
@php $plan_price = $plan->plan_price; // start paystack $public_key = $paystack->paystack_public_key; $currency = $paystack->paystack_currency_code; $currency = strtoupper($currency); $ngn_amount = $plan_price * $paystack->paystack_currency_rate; $ngn_amount = $ngn_amount * 100; $ngn_amount = round($ngn_amount); // end paystack // start fluttewave $payable_amount = $plan_price * $flutterwave->currency_rate; $payable_amount = round($payable_amount, 2); @endphp @endsection {{-- stripe payment --}} @push('frontend_js') @endpush {{-- stripe payment --}} {{-- rajorpay payment --}} @push('frontend_js') @endpush {{-- rajorpay payment --}} {{-- rajorpay payment --}} @push('frontend_js') @php $payable_amount = $plan_price * $flutterwave->currency->currency_rate; $payable_amount = round($payable_amount, 2); @endphp @endpush {{-- rajorpay payment --}} {{-- Playstack payment --}} @push('frontend_js') @endpush {{-- Playstack payment --}}