@if (checkFeature('seo')) @if ($vcard->meta_description) @endif @if ($vcard->meta_keyword) @endif @endif @if (checkFeature('seo') && $vcard->site_title && $vcard->home_title) {{ $vcard->home_title }} | {{ $vcard->site_title }} @else {{ $vcard->name }} | {{ getAppName() }} @endif @yield('page_css') {{-- google font --}} @if (checkFeature('custom-fonts') && $vcard->font_family) @endif @if ($vcard->font_family || $vcard->font_size || $vcard->custom_css) @endif @include('vcards.password')
@if (isset($userSetting['whatsapp_share']) && $userSetting['whatsapp_share'] == 1)
@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