@if (checkFeature('seo'))
@if ($vcard->meta_description)
@endif
@if ($vcard->meta_keyword)
@endif
@endif
@if (checkFeature('seo') && $vcard->site_title && $vcard->home_title)
@if (isset($userSetting['whatsapp_share']) && $userSetting['whatsapp_share'] == 1)
@endif
{{-- support banner --}}
@if ((isset($managesection) && $managesection['banner']) || empty($managesection))
@if(isset($banners->title))
{{ $banners->title }}
{{ $banners->description }}
@endif
@endif
@include('vcardTemplates.vcard11.header')
@yield('content')
@include('vcardTemplates.template.templates')
@yield('page_js')
@php
$setting = \App\Models\UserSetting::where('user_id', $vcard->tenant->user->id)
->where('key', 'stripe_key')
->first();
@endphp
@routes