@extends('layouts.index', ['nav' => true, 'banner' => true, 'footer' => true, 'cookie' => true, 'setting' => true, 'config' => $config]) {{-- Custom CSS --}} @section('custom-script') @endsection @section('content') {{-- Theme slider enabled --}} @if ($config[87]->config_value == '1') {{-- Available vcard themes --}} @include('website.includes.available-vcard-themes') @endif {{-- 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 --}} @if (count($plans) > 0) @foreach ($plans as $plan)
{{ __($plan->plan_type == 'BOTH' ? 'VCARD & STORE' : $plan->plan_type) }} {{-- Trial period --}} @if ($plan->trial != 0) {{ __($plan->trial) }} {{ __('Days Free Trial') }} @endif

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

{{ $plan->plan_price == 0 ? __('Free') : formatCurrency($plan->plan_price) }} @if (!str_contains(strtolower($plan->plan_name), 'trial') && (int)$plan->plan_price == 0 || $plan->validity == 9999) {{ !str_contains(strtolower($plan->plan_name), 'trial') && (int)$plan->plan_price != 0 || $plan->validity != 9999 ? '/' . __('Forever') : '' }} @elseif ((int)$plan->plan_price != 0 && $plan->validity >= 29 && $plan->validity <= 31) {{ (int)$plan->plan_price != 0 || $plan->validity != 9999 ? '/' . __('Per Month') : '' }} @elseif ((int)$plan->plan_price != 0 && $plan->validity >= 365 && $plan->validity <= 366) {{ (int)$plan->plan_price != 0 || $plan->validity != 9999 ? '/' . __('Per Year') : '' }} @elseif ((int)$plan->plan_price != 0 && $plan->validity > 1) {{ (int)$plan->plan_price != 0 || $plan->validity != 9999 ? '/' . __('Per ') . $plan->validity . __(' Days') : '' }} @elseif (str_contains(strtolower($plan->plan_name), 'trial')) / {{ $plan->validity ? $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 != 0 ? $plan->no_of_vcards : '')) }} {{ __('vCards') }}

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

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

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

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

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

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

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

  • {{ __('Appointments') }}

  • {{ __('Service Booking') }}

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

  • {{ __($plan->no_of_enquires == '999' ? 'Unlimited' : ($plan->no_of_enquires != 0 ? $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 != 0 ? $plan->no_of_stores : "")) }} {{ __('Stores') }}

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

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

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

    {{ __('Additional features') }}

  • {{ __('Custom Domain') }}

    {{ __('New') }}
  • {{-- NFC Card --}} @if($config[76]->config_value == '1')
  • {{ __('Order NFC Card') }}

    {{ __('New') }}
  • @endif {{-- Storage --}}
  • {{ __($plan->storage == '999' ? 'Unlimited' : ($plan->storage != 0 ? $plan->storage . "MB" : "")) }} {{ __('storage limit') }}

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

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

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

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

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

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

{{-- Disable register --}} @if(Route::has('register')) @else @endif
@endforeach @else

{{ __('No plans are currently active') }}

@endif
{{-- Custom JS --}} @section('custom-js') @endsection @endsection