@if (checkFeature('seo')) @if ($vcard->meta_description) @endif @if ($vcard->meta_keyword) @endif @else @endif @if (checkFeature('seo') && $vcard->site_title && $vcard->home_title) {{ $vcard->home_title }} | {{ $vcard->site_title }} @else {{ $vcard->name }} | {{ getAppName() }} @endif {{-- css link --}} @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
{{-- Pwa support --}} @if (isset($enable_pwa) && $enable_pwa == 1 && !isiOSDevice())

{{ __('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 {{-- End support banner --}}
@if (getLanguage($vcard->default_language) != 'Arabic')

{{ ucwords($vcard->first_name . ' ' . $vcard->last_name) }} @if ($vcard->is_verified) @endif

{{ ucwords($vcard->occupation) }}

{{ ucwords($vcard->job_title) }}

@endif @if (getLanguage($vcard->default_language) == 'Arabic')

{{ ucwords($vcard->first_name . ' ' . $vcard->last_name) }} @if ($vcard->is_verified) @endif

{{ ucwords($vcard->occupation) }}

{{ ucwords($vcard->job_title) }}

@endif
{!! $vcard->description !!}
{{-- custom link section --}} {{-- End custom link section --}}
{{-- contact list --}} @if ((isset($managesection) && $managesection['contact_list']) || empty($managesection))
@if ($vcard->email)
{{ __('messages.admin.email') }}
{{ $vcard->email }}
@endif @if ($vcard->alternative_email)
{{ __('messages.vcard.alter_email_address') }} {{ $vcard->alternative_email }}
@endif @if ($vcard->phone)
{{ __('messages.vcard.mobile_number') }}
+{{ $vcard->region_code }} {{ $vcard->phone }}
@endif @if ($vcard->alternative_phone)
{{ __('messages.vcard.alter_mobile_number') }}
+{{ $vcard->alternative_region_code }} {{ $vcard->alternative_phone }}
@endif @if ($vcard->dob)
{{ __('messages.vcard.dob') }}

{{ $vcard->dob }}

@endif @if ($vcard->location)
{{ __('messages.setting.address') }}

{{ ucwords($vcard->location) }}

@endif
@endif {{-- End contact list --}}
{{-- Qrcode --}} @if (isset($vcard['show_qr_code']) && $vcard['show_qr_code'] == 1)
@if (getLanguage($vcard->default_language) != 'Arabic')

{{ __('messages.vcard.qr_code') }}

@if (isset($customQrCode['applySetting']) && $customQrCode['applySetting'] == 1) {!! QrCode::color( $qrcodeColor['qrcodeColor']->red(), $qrcodeColor['qrcodeColor']->green(), $qrcodeColor['qrcodeColor']->blue(), )->backgroundColor( $qrcodeColor['background_color']->red(), $qrcodeColor['background_color']->green(), $qrcodeColor['background_color']->blue(), )->style($customQrCode['style'])->eye($customQrCode['eye_style'])->size(146)->format('svg')->generate(Request::url()) !!} @else {!! QrCode::size(146)->format('svg')->generate(Request::url()) !!} @endif
@endif @if (getLanguage($vcard->default_language) == 'Arabic')

{{ __('messages.vcard.qr_code') }}

@if (isset($customQrCode['applySetting']) && $customQrCode['applySetting'] == 1) {!! QrCode::color( $qrcodeColor['qrcodeColor']->red(), $qrcodeColor['qrcodeColor']->green(), $qrcodeColor['qrcodeColor']->blue(), )->backgroundColor( $qrcodeColor['background_color']->red(), $qrcodeColor['background_color']->green(), $qrcodeColor['background_color']->blue(), )->style($customQrCode['style'])->eye($customQrCode['eye_style'])->size(146)->format('svg')->generate(Request::url()) !!} @else {!! QrCode::size(146)->format('svg')->generate(Request::url()) !!} @endif
@endif
@endif {{-- End Qrcode --}} {{-- our services --}} @if ((isset($managesection) && $managesection['services']) || empty($managesection)) @if (checkFeature('services') && $vcard->services->count())

{{ __('messages.vcard.our_service') }}

@if ($vcard->services_slider_view)
@foreach ($vcard->services as $service)
{{ $service->name }}
{{ ucwords($service->name) }}

{!! \Illuminate\Support\Str::limit($service->description, 170, '...') !!}

@endforeach
@else
@foreach ($vcard->services as $service)
{{ $service->name }}
{{ ucwords($service->name) }}

{!! \Illuminate\Support\Str::limit($service->description, 170, '...') !!}

@endforeach
@endif
@endif @endif {{-- End our services --}} {{-- gallery --}} @if ((isset($managesection) && $managesection['galleries']) || empty($managesection)) @if (checkFeature('gallery') && $vcard->gallery->count())
@endif @endif {{-- gallery --}} {{-- product --}} @if ((isset($managesection) && $managesection['products']) || empty($managesection)) @if (checkFeature('products') && $vcard->products->count()) @endif @endif {{-- End product --}} {{-- testimonial --}} @if ((isset($managesection) && $managesection['testimonials']) || empty($managesection)) @if (checkFeature('testimonials') && $vcard->testimonials->count())

{{ __('messages.plan.testimonials') }}

@foreach ($vcard->testimonials as $testimonial)
default_language) == 'Arabic') dir="rtl" @endif>

{!! $testimonial->description !!}

{{ ucwords($testimonial->name) }}
@endforeach
@endif @endif {{-- End testimonial --}} {{-- Insta Embed --}} @if ((isset($managesection) && $managesection['insta_embed']) || empty($managesection)) @if (checkFeature('insta_embed') && $vcard->instagramEmbed->count())

{{ __('messages.feature.insta_embed') }}

@foreach ($vcard->InstagramEmbed as $InstagramEmbed) @if ($InstagramEmbed->type == 0)
{!! $InstagramEmbed->embedtag !!}
@endif @endforeach
@foreach ($vcard->InstagramEmbed as $InstagramEmbed) @if ($InstagramEmbed->type == 1)
{!! $InstagramEmbed->embedtag !!}
@endif @endforeach
@endif @endif {{-- End Insta Embed --}} {{-- blog --}} @if ((isset($managesection) && $managesection['blogs']) || empty($managesection)) @if (checkFeature('blog') && $vcard->blogs->count())

{{ __('messages.feature.blog') }}

@foreach ($vcard->blogs as $blog)