@extends('front.front_layouts') @section('styles') @endsection @section('content')

{{ $frontSetting->price_title }}

{{ $frontSetting->price_description }}

{{ isset($frontSetting->pricing_monthly_text) ? $frontSetting->pricing_monthly_text : 'Monthly' }}
@foreach ($subscriptionPlans as $subscriptionPlan)
@if($subscriptionPlan->is_popular) @endif
{{ $subscriptionPlan->name }}

@if($subscriptionPlan->default == 'yes') {{ $frontSetting->pricing_free_text }} @else {{ \App\SuperAdmin\Classes\SuperAdminCommon::formatAmountCurrency($subscriptionPlan->monthly_price) }}/{{ $frontSetting->pricing_month_text }} @endif

@if($subscriptionPlan->default == 'yes') {{ $frontSetting->pricing_no_card_text }} @else {{ isset($frontSetting->pricing_billed_monthly_text) ? $frontSetting->pricing_billed_monthly_text : 'Billed Monthly' }} @endif

{{ $subscriptionPlan->description }}

    @foreach ($subscriptionPlan->features as $subscriptionPlanFeature)
  • {{ $subscriptionPlanFeature }}

  • @endforeach
{{ $frontSetting->pricing_get_started_button_text }}
@endforeach

{{ $frontSetting->price_card_title }}

@foreach ($pricingCards as $pricingCard) @endforeach

{{ $frontSetting->faq_sub_title }}

{{ $frontSetting->faq_title }}

@foreach ($allFaqs as $allFaq) @endforeach

{{ $frontSetting->faq_still_have_question_text }} {{ $frontSetting->faq_contact_us_text }}

@include('front.sections.call_to_action') @endsection @section('scripts') @endsection