@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 @if (checkFeature('password')) @include('vcards.password') @endif
default_language) == 'Arabic') dir="rtl" @endif> @if ($vcard->whatsapp_share)
@endif {{-- Pwa support --}} @if (isset($enable_pwa) && $enable_pwa == 1)

{{__('messages.pwa.add_to_home_screen')}}

{{__('messages.pwa.pwa_description')}}

@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') @if (checkFeature('seo') && $vcard->google_analytics) {!! $vcard->google_analytics !!} @endif @if (isset(checkFeature('advanced')->custom_js) && $vcard->custom_js) {!! $vcard->custom_js !!} @endif @yield('page_js') @php $setting = \App\Models\UserSetting::where('user_id', $vcard->tenant->user->id) ->where('key', 'stripe_key') ->first(); @endphp @routes