• {{ __('messages.vcard.basic_details') }}
  • {{ __('messages.vcard.template') }}
  • {{ __('messages.business.business_hours') }}
  • @if(checkFeature('services'))
  • {{ __('messages.vcard.services') }}
  • @endif @if(checkFeature('products'))
  • {{ __('messages.vcard.products') }}
  • @endif @if(checkFeature('testimonials'))
  • {{ __('messages.vcard.testimonials') }}
  • @endif @if(checkFeature('appointments'))
  • {{ __('messages.vcard.appointments') }}
  • @endif @if(checkFeature('social_links'))
  • {{ __('messages.social.social_links') }}
  • @endif @if(planfeaturecount() < 6) @if(checkFeature('advanced'))
  • {{ __('messages.vcard.advanced') }}
  • @endif @if(checkFeature('custom-fonts'))
  • {{ __('messages.font.fonts') }}
  • @endif @if(checkFeature('gallery'))
  • {{ __('messages.gallery.gallery_name') }}
  • @endif @if(checkFeature('seo'))
  • {{ __('messages.plan.seo') }}
  • @endif @if(checkFeature('blog'))
  • {{ __('messages.plan.blog') }}
  • @endif
  • {{ __('messages.vcard.privacy_policy') }}
  • {!! __('messages.vcard.term-condition') !!}
  • @endif
    @if(planfeaturecount() >= 7)
    • @if(checkFeature('advanced')) {{ __('messages.vcard.advanced') }} @endif
    • @if(checkFeature('custom-fonts')) {{ __('messages.font.fonts') }} @endif
    • @if(checkFeature('gallery')) {{ __('messages.gallery.gallery_name') }} @endif
    • @if(checkFeature('seo')) {{ __('messages.plan.seo') }} @endif
    • @if(checkFeature('blog')) {{ __('messages.plan.blog') }} @endif
    • {{ __('messages.vcard.privacy_policy') }}
    • {!! __('messages.vcard.term_condition') !!}
  • @elseif(planfeaturecount() >=6)
    • @if(checkFeature('advanced')) {{ __('messages.vcard.advanced') }} @endif
    • @if(checkFeature('custom-fonts')) {{ __('messages.font.fonts') }} @endif
    • @if(checkFeature('gallery')) {{ __('messages.gallery.gallery_name') }} @endif
    • @if(checkFeature('seo')) {{ __('messages.plan.seo') }} @endif
    • @if(checkFeature('blog')) {{ __('messages.plan.blog') }} @endif
    • {{ __('messages.vcard.privacy_policy') }}
    • {!! __('messages.vcard.term_condition') !!}
  • @endif