@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')
@include('vcardTemplates.vcard11.header')
@yield('content')
@include('vcardTemplates.template.templates')
@yield('page_js')
@routes