{{-- Pwa support --}} @if (isset($enable_pwa) && $enable_pwa == 1 && !isiOSDevice())
default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir='rtl' @endif>

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

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

@endif {{-- support banner --}} @if ((isset($managesection) && $managesection['banner']) || empty($managesection)) @if (isset($banners->title))
@endif @endif {{-- Language --}} {{-- Profile Section --}}
default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @endif>
img
img

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

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

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

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

{!! $vcard->description !!}

@if (checkFeature('social_links') && getSocialLink($vcard)) @endif {{-- custom link section --}} @if (checkFeature('custom-links') && $customLink->isNotEmpty()) @endif {{-- Contact Section --}} @if ((isset($managesection) && $managesection['contact_list']) || empty($managesection)) @if ( !empty($vcard->email) || !empty($vcard->alternative_email) || !empty($vcard->phone) || !empty($vcard->alternative_phone) || !empty($vcard->dob) || !empty($vcard->location))

{{ __('messages.dynamic_vcard.contact') }}

default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @endif> @if ($vcard->email) @endif @if ($vcard->alternative_email) @endif @if ($vcard->phone) @endif @if ($vcard->alternative_phone) @endif @if ($vcard->dob)
img

{{ $vcard->dob }}

@endif @if ($vcard->location)
img

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

@endif
@endif @endif {{-- QR Code Section --}} @if (isset($vcard['show_qr_code']) && $vcard['show_qr_code'] == 1)
image

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

default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @endif>
@php $qrMedia = $vcard->getMedia(\App\Models\Vcard::QRCODE_PATH)->first(); @endphp @if ($qrMedia) QR Code @else @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(130)->format('svg')->generate(Request::url()) !!} @else {!! QrCode::size(130)->format('svg')->generate(Request::url()) !!} @endif @endif
{{ __('messages.vcard.scan_to_contact') }}

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

@endif {{-- Services Section --}} @if ((isset($managesection) && $managesection['services']) || empty($managesection)) @if (checkFeature('services') && $vcard->services->count())
img

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

@if ($vcard->services_slider_view)
default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @endif>
@foreach ($vcard->services as $service)
{{ ucwords($service->name) }}

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

@if ($vcard->show_service_enquiry_btn == true) @if ($service->service_url) @endif @endif
@endforeach
@else
default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @endif>
@foreach ($vcard->services as $service)
{{ ucwords($service->name) }}

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

@if ($vcard->show_service_enquiry_btn == true) @if ($service->service_url) @endif @endif
@endforeach
@endif
@endif @endif {{-- Gallery Section --}} @if ((isset($managesection) && $managesection['galleries']) || empty($managesection)) @if (checkFeature('gallery') && $vcard->gallery->count()) @endif @endif {{-- Instagram Embed Section --}} @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 {{-- Linkedin Section --}} @if ((isset($managesection) && $managesection['linkedin_embed']) || empty($managesection)) @if (checkFeature('linkedin_embed') && $vcard->linkedinEmbed->count())

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

@foreach ($vcard->LinkedinEmbed as $LinkedinEmbed) @if ($LinkedinEmbed->type == 0)
{!! $LinkedinEmbed->embedtag !!}
@endif @endforeach
@endif @endif {{-- Product Section --}} @if ((isset($managesection) && $managesection['products']) || empty($managesection)) @if (checkFeature('products') && $vcard->products->count()) @endif @endif {{-- WhatsApp Store --}} @if ((isset($managesection) && $managesection['whatsapp_store']) || empty($managesection)) @if ($whatsappStore->count())
img

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

default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @endif>
@foreach ($whatsappStore as $store) @endforeach
@endif @endif {{-- Testimonial Section --}} @if ((isset($managesection) && $managesection['testimonials']) || empty($managesection)) @if (checkFeature('testimonials') && $vcard->testimonials->count())
image
image

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

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

{!! $testimonial->description !!}

{{ ucwords($testimonial->name) }}

img
img
@endforeach
@endif @endif {{-- Iframe Section --}} @if ((isset($managesection) && $managesection['iframe']) || empty($managesection)) @if (checkFeature('iframes') && $vcard->iframes->count())

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

default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @endif> @foreach ($vcard->iframes as $iframe)
@endforeach
@endif @endif {{-- Blog Section --}} @if ((isset($managesection) && $managesection['blogs']) || empty($managesection)) @if (checkFeature('blog') && $vcard->blogs->count())
img

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

default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @endif> @foreach ($vcard->blogs as $index => $blog)