@extends('layouts.web', ['nav' => true, 'banner' => true, 'footer' => true, 'cookie' => true, 'setting' => true, 'config' => $config]) @section('content') {{-- How to works --}}

{{ __($homePage[6]->section_content) }}

{{ __($homePage[7]->section_content) }}

{{ __($homePage[8]->section_content) }}

{{ __($homePage[12]->section_content) }}

{{ __($homePage[13]->section_content) }}

{{ __($homePage[14]->section_content) }}

{{ __($homePage[15]->section_content) }}

{{ __($homePage[16]->section_content) }}

{{ __($homePage[17]->section_content) }}

{{ __('Contact Information') }}

{{ __($homePage[9]->section_content) }}

{{ __($homePage[10]->section_content) }}

{{ __($homePage[11]->section_content) }}

{{ __($homePage[18]->section_content) }}

{{ __($homePage[19]->section_content) }}

{{-- Features --}}

{{ __($homePage[20]->section_content) }}

{{ __($homePage[21]->section_content) }}

{{ __($homePage[22]->section_content) }}

{{ __($homePage[23]->section_content) }}

{{ __($homePage[24]->section_content) }}

{{ __($homePage[25]->section_content) }}

{{ __($homePage[26]->section_content) }}

{{ __($homePage[27]->section_content) }}

{{ __($homePage[28]->section_content) }}

{{ __($homePage[29]->section_content) }}

{{ __($homePage[30]->section_content) }}

{{ __($homePage[31]->section_content) }}

{{ __($homePage[32]->section_content) }}

{{ __($homePage[33]->section_content) }}

{{ __($homePage[34]->section_content) }}

{{ __($homePage[35]->section_content) }}

{{ __($homePage[36]->section_content) }}

{{ __($homePage[37]->section_content) }}

{{ __($homePage[38]->section_content) }}

{{ __($homePage[39]->section_content) }}

{{ __($homePage[40]->section_content) }}

{{ __($homePage[41]->section_content) }}

{{ __($homePage[42]->section_content) }}

{{ __($homePage[43]->section_content) }}

{{ __($homePage[44]->section_content) }}

{{ __($homePage[45]->section_content) }}

{{-- Pricing --}}

{{ __($homePage[46]->section_content) }}

{{ __($homePage[47]->section_content) }}

{{ __($homePage[48]->section_content) }}

{{-- Plans --}} @foreach ($plans as $plan)
{{ __($plan->plan_type == 'BOTH' ? 'VCARD & STORE' : $plan->plan_type) }}

{{ __($plan->plan_name) }}

{{ $plan->plan_price == '0' ? '' : $currency->symbol }}{{ $plan->plan_price == '0' ? __('Free') : $plan->plan_price }} @if ($plan->validity == '9999') {{ $plan->plan_price != '0' ? '/' . __('Forever') : '' }} @endif @if ($plan->validity == '31') {{ $plan->plan_price != '0' ? '/' . __('Per Month') : '' }} @endif @if ($plan->validity == '365' || $plan->validity == '366') {{ $plan->plan_price != '0' ? '/' . __('Per Year') : '' }} @endif @if ( $plan->validity > '1' && $plan->validity != '31' && $plan->validity != '365' && $plan->validity != '366' && $plan->validity != '9999') {{ $plan->plan_price != '0' ? '/' . __('Per ') . $plan->validity . __(' Days') : '' }} @endif
{{-- Description --}}

{{ __($plan->plan_description) }}

    {{-- Check Card type is "Both" or "VCARD" --}} @if ($plan->plan_type == 'BOTH' || $plan->plan_type == 'VCARD')

    {{ __('vCard Features') }}

  • {{ __($plan->no_of_vcards == '999' ? 'Unlimited' : $plan->no_of_vcards) }} {{ __('vCards') }}

  • {{ __($plan->no_of_services == '999' ? 'Unlimited' : $plan->no_of_services) }} {{ __('Services') }}

  • {{ __($plan->no_of_vcard_products == '999' ? 'Unlimited' : $plan->no_of_vcard_products) }} {{ __('Products') }}

  • {{ __($plan->no_of_links == '999' ? 'Unlimited' : $plan->no_of_links) }} {{ __('Links') }}

  • {{ __($plan->no_of_payments == '999' ? 'Unlimited' : $plan->no_of_payments) }} {{ __('Payment Listed') }}

  • {{ __($plan->no_of_galleries == '999' ? 'Unlimited' : $plan->no_of_galleries) }} {{ __('Galleries') }}

  • {{ __($plan->no_testimonials == '999' ? 'Unlimited' : $plan->no_testimonials) }} {{ __('Testimonials') }}

  • {{ __('Business Hours') }}

  • {{ __('Contact Form') }}

  • {{ __($plan->no_of_enquires == '999' ? 'Unlimited' : $plan->no_of_enquires) }} {{ __('Enquiries') }}

  • {{ __('Password Protected') }}

  • @endif {{-- Check Card type is "Both" or "STORE" --}} @if ($plan->plan_type == 'BOTH' || $plan->plan_type == 'STORE')

    {{ __('Store Features') }}

  • {{ __($plan->no_of_stores == '999' ? 'Unlimited' : $plan->no_of_stores) }} {{ __('Stores') }}

  • {{ __($plan->no_of_categories == '999' ? 'Unlimited' : $plan->no_of_categories) }} {{ __('Categories') }}

  • {{ __($plan->no_of_store_products == '999' ? 'Unlimited' : $plan->no_of_store_products) }} {{ __('Products') }}

  • @endif {{-- Additional Features --}}

    {{ __('Additional features') }}

  • {{ __('Advanced Settings') }}

  • {{ __('Progressive Web App (PWA)') }}

  • {{ __('Personalized Link') }}

  • {{ __('Hide Branding') }}

  • {{ __('Free Setup') }}

  • {{ __('Free Support') }}

@endforeach
@endsection