<html lang="en">
<head>
<link>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="<?php echo e(asset('front/css/bootstrap.min.css')); ?>" rel="stylesheet">
<title><?php echo e(getAppName()); ?></title>
<link rel="icon" href="<?php echo e(getFaviconUrl()); ?>" type="image/png">
<?php if(isset($privacyPolicy)): ?>
<?php if($privacyPolicy->vcard->template_id == 1): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard1.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 2): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard2.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 3): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard3.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 4): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard4.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 5): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard5.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 6): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard6.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 7): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard7.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 8): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard8.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 9): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard9.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 10): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard10.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 15): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard15.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 14): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard14.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 12): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard12.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 13): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard13.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 16): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard16.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 17): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard17.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 21): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard21.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 25): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard25.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 22): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard22.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 20): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard20.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 18): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard18.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 19): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard19.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 26): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard26.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 28): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard28.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 31): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard31.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 32): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard32.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 33): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard33.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 30): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard30.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 24): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard24.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 23): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard23.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 29): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard29.css')); ?>">
<?php elseif($privacyPolicy->vcard->template_id == 27): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard27.css')); ?>">
<?php endif; ?>
<?php endif; ?>
<?php if(isset($termCondition)): ?>
<?php if($termCondition->vcard->template_id == 1): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard1.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 2): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard2.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 3): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard3.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 4): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard4.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 5): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard5.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 6): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard6.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 7): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard7.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 8): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard8.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 9): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard9.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 10): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard10.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 12): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard12.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 15): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard15.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 13): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard13.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 14): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard14.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 16): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard16.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 17): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard17.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 21): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard21.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 25): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard25.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 22): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard22.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 20): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard20.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 18): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard18.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 19): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard19.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 26): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard26.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 28): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard28.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 31): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard31.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 32): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard32.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 33): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard33.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 30): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard30.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 24): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard24.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 23): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard23.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 29): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard29.css')); ?>">
<?php elseif($termCondition->vcard->template_id == 27): ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard27.css')); ?>">
<?php endif; ?>
<?php endif; ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/slider/css/slick.css')); ?>">
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/css/third-party.css')); ?>">
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/css/style.css')); ?>">
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('css/plugins.css')); ?>">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
</head>
<body>
<div class="container">
<div
class="
<?php if(isset($privacyPolicy)): ?> <?php if($privacyPolicy->vcard->template_id == 1): ?>
main-content mx-auto content-blur vcard-one
<?php elseif($privacyPolicy->vcard->template_id == 2): ?>
main-content mx-auto content-blur vcard-two
<?php elseif($privacyPolicy->vcard->template_id == 3): ?>
main-content mx-auto content-blur vcard-three
<?php elseif($privacyPolicy->vcard->template_id == 4): ?>
main-content mx-auto content-blur vcard
<?php elseif($privacyPolicy->vcard->template_id == 5): ?>
main-section main-section-vcard5 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 6): ?>
main-section-vcard6 main-section d-flex justify-content-center
<?php elseif($privacyPolicy->vcard->template_id == 7): ?>
main-section-vcard7 main-section d-flex justify-content-center
<?php elseif($privacyPolicy->vcard->template_id == 8): ?>
main-content mx-auto content-blur vcard-eight
<?php elseif($privacyPolicy->vcard->template_id == 9): ?>
vcard-nine main-content w-100 mx-auto content-blur terms-policies-section
<?php elseif($privacyPolicy->vcard->template_id == 10): ?>
vcard-ten main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 12): ?>
vcard-twelve main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 15): ?>
vcard-fifteen main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 16): ?>
vcard-sixteen main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 17): ?>
vcard-seventeen main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 14): ?>
vcard-fourteen main-content w-100 mx-auto pt-5
<?php elseif($privacyPolicy->vcard->template_id == 13): ?>
vcard-thirteen main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 18): ?>
vcard-eighteen main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 19): ?>
vcard-nineteen main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 20): ?>
vcard-twenty main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 22): ?>
vcard22-main main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 21): ?>
vcard-twentyone main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 26): ?>
vcard-twentysix main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 28): ?>
vcard-twentyeight main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 31): ?>
vcard-thirtyone main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 32): ?>
vcard-thirtytwo main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 33): ?>
vcard-thirtythree main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 30): ?>
vcard-thirty main-content w-100 mx-auto text-dark
<?php elseif($privacyPolicy->vcard->template_id == 24): ?>
vcard-twentyfour main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 23): ?>
vcard-twentythree main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 25): ?>
vcard-twentyfive main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 29): ?>
vcard-twentynine main-content w-100 mx-auto
<?php elseif($privacyPolicy->vcard->template_id == 27): ?>
vcard-twentyseven main-content w-100 mx-auto <?php endif; ?>
<?php endif; ?>
<?php if(isset($termCondition)): ?> <?php if($termCondition->vcard->template_id == 1): ?>
main-content mx-auto content-blur vcard-one
<?php elseif($termCondition->vcard->template_id == 2): ?>
main-content mx-auto content-blur vcard-two
<?php elseif($termCondition->vcard->template_id == 3): ?>
main-content mx-auto content-blur vcard-three
<?php elseif($termCondition->vcard->template_id == 4): ?>
main-content mx-auto content-blur vcard
<?php elseif($termCondition->vcard->template_id == 5): ?>
main-section main-section-vcard5 mx-auto
<?php elseif($termCondition->vcard->template_id == 6): ?>
main-section-vcard6 main-section d-flex justify-content-center
<?php elseif($termCondition->vcard->template_id == 7): ?>
main-section-vcard7 main-section d-flex justify-content-center
<?php elseif($termCondition->vcard->template_id == 8): ?>
main-content mx-auto content-blur vcard-eight
<?php elseif($termCondition->vcard->template_id == 9): ?>
vcard-nine main-content w-100 mx-auto content-blur terms-policies-section
<?php elseif($termCondition->vcard->template_id == 10): ?>
vcard-ten main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 12): ?>
vcard-twelve main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 15): ?>
vcard-fifteen main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 14): ?>
vcard-fourteen main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 13): ?>
vcard-thirteen main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 16): ?>
vcard-sixteen main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 17): ?>
vcard-seventeen main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 21): ?>
vcard-twentyone main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 25): ?>
vcard-twentyfive main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 22): ?>
vcard22-main main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 20): ?>
vcard-twenty main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 18): ?>
vcard-eighteen main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 19): ?>
vcard-nineteen main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 26): ?>
vcard-twentysix main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 28): ?>
vcard-twentysix main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 31): ?>
vcard-thirtyone main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 32): ?>
vcard-thirtytwo main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 33): ?>
vcard-thirtythree main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 30): ?>
vcard-thirty main-content w-100 mx-auto text-dark
<?php elseif($termCondition->vcard->template_id == 24): ?>
vcard-twentyfour main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 23): ?>
vcard-twentythree main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 29): ?>
vcard-twentynine main-content w-100 mx-auto
<?php elseif($termCondition->vcard->template_id == 27): ?>
vcard-twentyseven main-content w-100 mx-auto <?php endif; ?>
<?php endif; ?>
">
<div
class="
<?php if(isset($privacyPolicy)): ?> <?php if($privacyPolicy->vcard->template_id == 1): ?>
vcard-one__contact h-100
<?php elseif($privacyPolicy->vcard->template_id == 2): ?>
py-5 vcard-two__contact
<?php elseif($privacyPolicy->vcard->template_id == 3): ?>
py-5 vcard-three__contact
<?php elseif($privacyPolicy->vcard->template_id == 4): ?>
py-5 vcard__contact-us
<?php elseif($privacyPolicy->vcard->template_id == 5): ?>
main-bg vcard-five__contact py-5
<?php elseif($privacyPolicy->vcard->template_id == 6): ?>
main-bg vcard-six__contact py-5
<?php elseif($privacyPolicy->vcard->template_id == 7): ?>
main-bg vcard-seven__contact py-5
<?php elseif($privacyPolicy->vcard->template_id == 8): ?>
py-5 vcard-eight__contact
<?php elseif($privacyPolicy->vcard->template_id == 9): ?>
main-bg vcard-nine__contact py-5
<?php elseif($privacyPolicy->vcard->template_id == 10): ?>
vcard-ten__contact py-5
<?php elseif($privacyPolicy->vcard->template_id == 13): ?>
vcard-ten__contact py-5 <?php endif; ?>
<?php endif; ?>
<?php if(isset($termCondition)): ?> <?php if($termCondition->vcard->template_id == 1): ?>
vcard-one__contact h-100
<?php elseif($termCondition->vcard->template_id == 2): ?>
py-5 vcard-two__contact
<?php elseif($termCondition->vcard->template_id == 3): ?>
py-5 vcard-three__contact
<?php elseif($termCondition->vcard->template_id == 4): ?>
py-5 vcard__contact-us
<?php elseif($termCondition->vcard->template_id == 5): ?>
main-bg vcard-five__contact py-5
<?php elseif($termCondition->vcard->template_id == 6): ?>
main-bg vcard-six__contact py-5
<?php elseif($termCondition->vcard->template_id == 7): ?>
main-bg vcard-seven__contact py-5
<?php elseif($termCondition->vcard->template_id == 8): ?>
py-5 vcard-eight__contact
<?php elseif($termCondition->vcard->template_id == 9): ?>
main-bg vcard-nine__contact py-5
<?php elseif($termCondition->vcard->template_id == 10): ?>
vcard-ten__contact py-5
<?php elseif($termCondition->vcard->template_id == 13): ?>
vcard-ten__contact py-5
<?php elseif($termCondition->vcard->template_id == 18): ?>
vcard-ten__contact py-5 <?php endif; ?>
<?php endif; ?>">
<?php if(!empty($privacyPolicy->privacy_policy)): ?>
<div class="container">
<h4
class="text-center py-4 heading-title
<?php if($privacyPolicy->vcard->template_id == 1): ?> vcard-one-heading
<?php elseif($privacyPolicy->vcard->template_id == 2): ?>
vcard-two-heading
<?php elseif($privacyPolicy->vcard->template_id == 3): ?>
vcard-three-heading
<?php elseif($privacyPolicy->vcard->template_id == 4): ?>
vcard__heading
<?php elseif($privacyPolicy->vcard->template_id == 5): ?>
contact-heading
<?php elseif($privacyPolicy->vcard->template_id == 6): ?>
vcard-six-heading
<?php elseif($privacyPolicy->vcard->template_id == 7): ?>
vcard-seven-heading
<?php elseif($privacyPolicy->vcard->template_id == 8): ?>
vcard-eight-heading
<?php elseif($privacyPolicy->vcard->template_id == 9): ?>
heading-right
<?php elseif($privacyPolicy->vcard->template_id == 10): ?>
vcard-ten-heading
<?php elseif($privacyPolicy->vcard->template_id == 12): ?>
vcard-twelve-heading
<?php elseif($privacyPolicy->vcard->template_id == 13): ?>
vcard-thirteen-heading
<?php elseif($privacyPolicy->vcard->template_id == 14): ?>
vcard-fourteen-heading
<?php elseif($privacyPolicy->vcard->template_id == 15): ?>
vcard-fifteen-heading
<?php elseif($privacyPolicy->vcard->template_id == 13): ?>
vcard-thirteen-heading
<?php elseif($privacyPolicy->vcard->template_id == 16): ?>
vcard-sixteen-heading pt-5
<?php elseif($privacyPolicy->vcard->template_id == 17): ?>
vcard-seventeen-heading
<?php elseif($privacyPolicy->vcard->template_id == 21): ?>
vcard-twentyone-heading
<?php elseif($privacyPolicy->vcard->template_id == 25): ?>
vcard-twentyfive-heading
<?php elseif($privacyPolicy->vcard->template_id == 22): ?>
vcard-twentytwo-heading
<?php elseif($privacyPolicy->vcard->template_id == 20): ?>
vcard-twenty-heading
<?php elseif($privacyPolicy->vcard->template_id == 18): ?>
vcard-eighteen-heading
<?php elseif($privacyPolicy->vcard->template_id == 24): ?>
vcard-twentyfour-heading
<?php elseif($privacyPolicy->vcard->template_id == 19): ?>
vcard-nineteen-heading
<?php elseif($privacyPolicy->vcard->template_id == 26): ?>
vcard-twentysix-heading
<?php elseif($privacyPolicy->vcard->template_id == 28): ?>
vcard-twentyeight-heading
<?php elseif($privacyPolicy->vcard->template_id == 31): ?>
vcard-thirtyone-heading
<?php elseif($privacyPolicy->vcard->template_id == 32): ?>
vcard-thirtytwo-heading
<?php elseif($privacyPolicy->vcard->template_id == 33): ?>
vcard-thirtythree-heading
<?php elseif($privacyPolicy->vcard->template_id == 30): ?>
vcard-thirty-heading
<?php elseif($privacyPolicy->vcard->template_id == 23): ?>
vcard-twentythree-heading
<?php elseif($privacyPolicy->vcard->template_id == 29): ?>
vcard-twentynine-heading
<?php elseif($privacyPolicy->vcard->template_id == 27): ?>
vcard-twentyseven-heading <?php endif; ?>">
<?php echo e(__('messages.vcard.privacy_policy')); ?></h4>
<div class="card px-sm-3 px-4 py-md-5 py-4 m-3 card-back">
<div class="px-3">
<?php echo $privacyPolicy->privacy_policy; ?>
</div>
</div>
</div>
<?php endif; ?>
<?php if(!empty($termCondition->term_condition)): ?>
<div class="container">
<h4
class="text-center py-4 heading-title
<?php if(isset($privacyPolicy)): ?> <?php if($privacyPolicy->vcard->template_id == 1): ?>
vcard-one-heading
<?php elseif($privacyPolicy->vcard->template_id == 2): ?>
vcard-two-heading
<?php elseif($privacyPolicy->vcard->template_id == 3): ?>
vcard-three-heading
<?php elseif($privacyPolicy->vcard->template_id == 4): ?>
vcard__heading
<?php elseif($privacyPolicy->vcard->template_id == 5): ?>
contact-heading
<?php elseif($privacyPolicy->vcard->template_id == 6): ?>
vcard-six-heading
<?php elseif($privacyPolicy->vcard->template_id == 7): ?>
vcard-seven-heading
<?php elseif($privacyPolicy->vcard->template_id == 8): ?>
vcard-eight-heading
<?php elseif($privacyPolicy->vcard->template_id == 9): ?>
heading-left
<?php elseif($privacyPolicy->vcard->template_id == 10): ?>
vcard-ten-heading
<?php elseif($privacyPolicy->vcard->template_id == 12): ?>
vcard-twelve-heading
<?php elseif($privacyPolicy->vcard->template_id == 13): ?>
vcard-thirteen-heading
<?php elseif($termCondition->vcard->template_id == 14): ?>
vcard-fourteen-heading
<?php elseif($privacyPolicy->vcard->template_id == 15): ?>
vcard-fifteen-heading
<?php elseif($privacyPolicy->vcard->template_id == 13): ?>
vcard-thirteen-heading
<?php elseif($privacyPolicy->vcard->template_id == 16): ?>
vcard-sixteen-heading
<?php elseif($privacyPolicy->vcard->template_id == 17): ?>
vcard-seventeen-heading
<?php elseif($privacyPolicy->vcard->template_id == 21): ?>
vcard-twentyone-heading
<?php elseif($privacyPolicy->vcard->template_id == 25): ?>
vcard-twentyfive-heading
<?php elseif($privacyPolicy->vcard->template_id == 22): ?>
vcard-twentytwo-heading
<?php elseif($privacyPolicy->vcard->template_id == 20): ?>
vcard-twenty-heading
<?php elseif($privacyPolicy->vcard->template_id == 18): ?>
vcard-eighteen-heading
<?php elseif($privacyPolicy->vcard->template_id == 19): ?>
vcard-nineteen-heading
<?php elseif($privacyPolicy->vcard->template_id == 26): ?>
vcard-twentysix-heading
<?php elseif($privacyPolicy->vcard->template_id == 28): ?>
vcard-twentyeight-heading
<?php elseif($privacyPolicy->vcard->template_id == 31): ?>
vcard-thirtyone-heading
<?php elseif($privacyPolicy->vcard->template_id == 32): ?>
vcard-thirtytwo-heading
<?php elseif($privacyPolicy->vcard->template_id == 33): ?>
vcard-thirtythree-heading
<?php elseif($privacyPolicy->vcard->template_id == 30): ?>
vcard-thirty-heading
<?php elseif($privacyPolicy->vcard->template_id == 24): ?>
vcard-twentyfour-heading
<?php elseif($privacyPolicy->vcard->template_id == 23): ?>
vcard-twentythree-heading
<?php elseif($privacyPolicy->vcard->template_id == 29): ?>
vcard-twentynine-heading
<?php elseif($privacyPolicy->vcard->template_id == 27): ?>
vcard-twentyseven-heading <?php endif; ?>
<?php endif; ?>
<?php if(isset($termCondition)): ?> <?php if($termCondition->vcard->template_id == 1): ?>
vcard-one-heading
<?php elseif($termCondition->vcard->template_id == 2): ?>
vcard-two-heading
<?php elseif($termCondition->vcard->template_id == 3): ?>
vcard-three-heading
<?php elseif($termCondition->vcard->template_id == 4): ?>
vcard__heading
<?php elseif($termCondition->vcard->template_id == 5): ?>
contact-heading
<?php elseif($termCondition->vcard->template_id == 6): ?>
vcard-six-heading
<?php elseif($termCondition->vcard->template_id == 7): ?>
vcard-seven-heading
<?php elseif($termCondition->vcard->template_id == 8): ?>
vcard-eight-heading
<?php elseif($termCondition->vcard->template_id == 9): ?>
heading-left
<?php elseif($termCondition->vcard->template_id == 10): ?>
vcard-ten-heading
<?php elseif($termCondition->vcard->template_id == 12): ?>
vcard-twelve-heading
<?php elseif($termCondition->vcard->template_id == 13): ?>
vcard-thirteen-heading
<?php elseif($termCondition->vcard->template_id == 14): ?>
vcard-fourteen-heading
<?php elseif($termCondition->vcard->template_id == 15): ?>
vcard-fifteen-heading
<?php elseif($termCondition->vcard->template_id == 13): ?>
vcard-thirteen-heading
<?php elseif($termCondition->vcard->template_id == 16): ?>
vcard-sixteen-heading
<?php elseif($termCondition->vcard->template_id == 17): ?>
vcard-seventeen-heading
<?php elseif($termCondition->vcard->template_id == 21): ?>
vcard-twentyone-heading
<?php elseif($termCondition->vcard->template_id == 25): ?>
vcard-twentyfive-heading
<?php elseif($termCondition->vcard->template_id == 22): ?>
vcard-twentytwo-heading
<?php elseif($termCondition->vcard->template_id == 20): ?>
vcard-twenty-heading
<?php elseif($termCondition->vcard->template_id == 18): ?>
vcard-eighteen-heading
<?php elseif($termCondition->vcard->template_id == 19): ?>
vcard-nineteen-heading
<?php elseif($termCondition->vcard->template_id == 26): ?>
vcard-twentysix-heading
<?php elseif($termCondition->vcard->template_id == 28): ?>
vcard-twentyeight-heading
<?php elseif($termCondition->vcard->template_id == 31): ?>
vcard-thirtyone-heading
<?php elseif($termCondition->vcard->template_id == 32): ?>
vcard-thirtytwo-heading
<?php elseif($termCondition->vcard->template_id == 33): ?>
vcard-thirtythree-heading
<?php elseif($termCondition->vcard->template_id == 30): ?>
vcard-thirty-heading
<?php elseif($termCondition->vcard->template_id == 24): ?>
vcard-twentyfour-heading
<?php elseif($termCondition->vcard->template_id == 23): ?>
vcard-twentythree-heading
<?php elseif($termCondition->vcard->template_id == 29): ?>
vcard-twentynine-heading
<?php elseif($termCondition->vcard->template_id == 27): ?>
vcard-twentyseven-heading <?php endif; ?>
<?php endif; ?>
">
<?php echo __('messages.vcard.term_condition'); ?></h4>
<div class="card px-sm-3 px-4 py-md-5 py-4 m-3 card-back">
<div class="px-3 ">
<?php echo $termCondition->term_condition; ?>
</div>
</div>
</div>
<?php endif; ?>
<div class="text-center mt-5 pb-5">
<a href="<?php echo e(route('vcard.show', $alias)); ?>"
class="text-decoration-none px-4 text-white cursor-pointer terms-policies-btn
<?php if(isset($privacyPolicy)): ?> <?php if($privacyPolicy->vcard->template_id == 1): ?>
vcard-one-btn
<?php elseif($privacyPolicy->vcard->template_id == 2): ?>
vcard-two-btn
<?php elseif($privacyPolicy->vcard->template_id == 3): ?>
vcard-three-btn
<?php elseif($privacyPolicy->vcard->template_id == 4): ?>
vcard-four-btn
<?php elseif($privacyPolicy->vcard->template_id == 5): ?>
vcard-five-btn
<?php elseif($privacyPolicy->vcard->template_id == 6): ?>
vcard-six-btn
<?php elseif($privacyPolicy->vcard->template_id == 7): ?>
vcard-seven-btn text-dark
<?php elseif($privacyPolicy->vcard->template_id == 8): ?>
vcard-eight-btn
<?php elseif($privacyPolicy->vcard->template_id == 9): ?>
vcard-nine-btn
<?php elseif($privacyPolicy->vcard->template_id == 10): ?>
vcard-ten-btn
<?php elseif($privacyPolicy->vcard->template_id == 12): ?>
vcard-twelve-btn
<?php elseif($privacyPolicy->vcard->template_id == 13): ?>
vcard-thirteen-btn text-dark
<?php elseif($privacyPolicy->vcard->template_id == 14): ?>
vcard-fourteen-btn
<?php elseif($privacyPolicy->vcard->template_id == 15): ?>
vcard-fifteen-btn
<?php elseif($privacyPolicy->vcard->template_id == 13): ?>
vcard-thirteen-btn text-dark
<?php elseif($privacyPolicy->vcard->template_id == 16): ?>
vcard-sixteen-btn text-dark
<?php elseif($privacyPolicy->vcard->template_id == 17): ?>
vcard-seventeen-btn text-white
<?php elseif($privacyPolicy->vcard->template_id == 21): ?>
vcard-twentyone-btn
<?php elseif($privacyPolicy->vcard->template_id == 25): ?>
vcard-twentyfive-btn
<?php elseif($privacyPolicy->vcard->template_id == 22): ?>
vcard-twentytwo-btn text-dark" data-button-style="<?php echo e(isset($dynamicVcard) ? $dynamicVcard->button_style : 'default'); ?>
<?php elseif($privacyPolicy->vcard->template_id == 20): ?>
vcard-twenty-btn text-white
<?php elseif($privacyPolicy->vcard->template_id == 18): ?>
vcard-eighteen-btn text-dark
<?php elseif($privacyPolicy->vcard->template_id == 19): ?>
vcard-nineteen-btn text-dark
<?php elseif($privacyPolicy->vcard->template_id == 26): ?>
vcard-twentytsix-btn text-dark
<?php elseif($privacyPolicy->vcard->template_id == 28): ?>
vcard-twentyteight-btn text-light
<?php elseif($privacyPolicy->vcard->template_id == 31): ?>
vcard-thirtyone-btn text-dark
<?php elseif($privacyPolicy->vcard->template_id == 32): ?>
vcard-thirtytwo-btn text-dark
<?php elseif($privacyPolicy->vcard->template_id == 33): ?>
vcard-thirtythree-btn text-dark
<?php elseif($privacyPolicy->vcard->template_id == 30): ?>
vcard-thirty-btn text-dark
<?php elseif($privacyPolicy->vcard->template_id == 24): ?>
vcard-twentyfour-btn text-light
<?php elseif($privacyPolicy->vcard->template_id == 23): ?>
vcard-twentythree-btn text-dark
<?php elseif($privacyPolicy->vcard->template_id == 29): ?>
vcard-twentynine-btn text-dark
<?php elseif($privacyPolicy->vcard->template_id == 27): ?>
vcard-twentyseven-btn text-dark <?php endif; ?>
<?php endif; ?>
<?php if(isset($termCondition)): ?> <?php if($termCondition->vcard->template_id == 1): ?>
vcard-one-btn
<?php elseif($termCondition->vcard->template_id == 2): ?>
vcard-two-btn
<?php elseif($termCondition->vcard->template_id == 3): ?>
vcard-three-btn
<?php elseif($termCondition->vcard->template_id == 4): ?>
vcard-four-btn
<?php elseif($termCondition->vcard->template_id == 5): ?>
vcard-five-btn
<?php elseif($termCondition->vcard->template_id == 6): ?>
vcard-six-btn
<?php elseif($termCondition->vcard->template_id == 7): ?>
vcard-seven-btn text-dark
<?php elseif($termCondition->vcard->template_id == 8): ?>
vcard-eight-btn
<?php elseif($termCondition->vcard->template_id == 9): ?>
vcard-nine-btn
<?php elseif($termCondition->vcard->template_id == 10): ?>
vcard-ten-btn
<?php elseif($termCondition->vcard->template_id == 12): ?>
vcard-twelve-btn
<?php elseif($termCondition->vcard->template_id == 13): ?>
vcard-thirteen-btn text-dark
<?php elseif($termCondition->vcard->template_id == 14): ?>
vcard-fourteen-btn
<?php elseif($termCondition->vcard->template_id == 15): ?>
vcard-fifteen-btn
<?php elseif($termCondition->vcard->template_id == 16): ?>
vcard-sixteen-btn
<?php elseif($termCondition->vcard->template_id == 17): ?>
vcard-seventeen-btn
<?php elseif($termCondition->vcard->template_id == 21): ?>
vcard-twentyone-btn
<?php elseif($termCondition->vcard->template_id == 25): ?>
vcard-twentyfive-btn
<?php elseif($termCondition->vcard->template_id == 22): ?>
vcard-twentytwo-btn" data-button-style="<?php echo e(isset($dynamicVcard) ? $dynamicVcard->button_style : 'default'); ?>
<?php elseif($termCondition->vcard->template_id == 20): ?>
vcard-twenty-btn
<?php elseif($termCondition->vcard->template_id == 18): ?>
vcard-eighteen-btn text-dark
<?php elseif($termCondition->vcard->template_id == 19): ?>
vcard-nineteen-btn text-dark
<?php elseif($termCondition->vcard->template_id == 26): ?>
vcard-twentytsix-btn text-dark
<?php elseif($termCondition->vcard->template_id == 28): ?>
vcard-twentyeight-btn text-light
<?php elseif($termCondition->vcard->template_id == 31): ?>
vcard-thirtyone-btn text-dark
<?php elseif($termCondition->vcard->template_id == 32): ?>
vcard-thirtytwo-btn text-dark
<?php elseif($termCondition->vcard->template_id == 33): ?>
vcard-thirtythree-btn text-dark
<?php elseif($termCondition->vcard->template_id == 30): ?>
vcard-thirty-btn text-dark
<?php elseif($termCondition->vcard->template_id == 23): ?>
vcard-twentythree-btn text-dark
<?php elseif($termCondition->vcard->template_id == 29): ?>
vcard-twentynine-btn text-dark
<?php elseif($termCondition->vcard->template_id == 24): ?>
vcard-twentyfour-btn text-light
<?php elseif($termCondition->vcard->template_id == 27): ?>
vcard-twentyseven-btn <?php endif; ?>
<?php endif; ?>
"><?php echo e(__('messages.common.back')); ?></a>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="<?php echo e(asset('backend/js/jquery.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(asset('front/js/bootstrap.bundle.min.js')); ?>"></script>
<script src="<?php echo e(mix('assets/js/custom/custom.js')); ?>"></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
var primaryColor = <?php echo json_encode($dynamicVcard->primary_color ?? null, 15, 512) ?>;
var backColor = <?php echo json_encode($dynamicVcard->back_color ?? null, 15, 512) ?>;
var backSecondColor = <?php echo json_encode($dynamicVcard->back_seconds_color ?? null, 15, 512) ?>;
var buttonTextColor = <?php echo json_encode($dynamicVcard->button_text_color ?? null, 15, 512) ?>;
var textDescriptionColor = <?php echo json_encode($dynamicVcard->text_label_color ?? null, 15, 512) ?>;
var textLabelColor = <?php echo json_encode($dynamicVcard->text_description_color ?? null, 15, 512) ?>;
var cardsBackColor = <?php echo json_encode($dynamicVcard->cards_back ?? null, 15, 512) ?>;
document.documentElement.style.setProperty('--primary-color', primaryColor);
document.documentElement.style.setProperty('--green-100', backColor);
document.documentElement.style.setProperty('--green', backSecondColor);
document.documentElement.style.setProperty('--black', buttonTextColor);
document.documentElement.style.setProperty('--gray-100', textDescriptionColor);
document.documentElement.style.setProperty('--white', textLabelColor);
document.documentElement.style.setProperty('--light', cardsBackColor);
});
</script>
<script>
document.addEventListener('DOMContentLoaded', () => {
var buttonStyle = <?php echo json_encode($dynamicVcard->button_style ?? null, 15, 512) ?>;
applyButtonStyle(buttonStyle);
});
function applyButtonStyle(buttonStyle) {
const buttons = document.querySelectorAll('.vcard-twentytwo-btn');
if (buttonStyle === 'default' || !buttonStyle) {
buttonStyle = '1';
}
buttons.forEach(button => {
button.classList.add(`dynamic-btn-${buttonStyle}`);
});
}
</script>
</body>
</html>
<?php /**PATH /home/cardxfeb/public_html/resources/views/vcards/privacy-policy.blade.php ENDPATH**/ ?> |