@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 ($vcard->font_family || $vcard->font_size || $vcard->custom_css) @endif @php $animations = [ ['top' => '5%', 'left' => '2%', 'size' => '40px', 'animation' => 'zoomOut 5s ease-in-out infinite'], ['top' => '25%', 'left' => '2%', 'size' => '70px', 'animation' => 'zoomIn'], ['top' => '45%', 'left' => '2%', 'size' => '50px', 'animation' => 'zoomOut'], ['top' => '65%', 'left' => '2%', 'size' => '80px', 'animation' => 'zoomIn'], ['top' => '85%', 'left' => '2%', 'size' => '60px', 'animation' => 'zoomOut'], ['top' => '10%', 'left' => '14%', 'size' => '70px','animation' => 'zoomIn'], ['top' => '30%', 'left' => '14%', 'size' => '40px','animation' => 'zoomOut'], ['top' => '50%', 'left' => '14%', 'size' => '80px','animation' => 'zoomIn'], ['top' => '70%', 'left' => '14%', 'size' => '50px','animation' => 'zoomOut'], ['top' => '90%', 'left' => '14%', 'size' => '70px','animation' => 'zoomIn'], ['top' => '5%', 'left' => '25%', 'size' => '40px','animation' => 'zoomOut'], ['top' => '25%', 'left' => '25%', 'size' => '70px','animation' => 'zoomIn'], ['top' => '45%', 'left' => '25%', 'size' => '50px','animation' => 'zoomOut'], ['top' => '65%', 'left' => '25%', 'size' => '80px','animation' => 'zoomIn'], ['top' => '85%', 'left' => '25%', 'size' => '60px','animation' => 'zoomOut'], ['top' => '5%', 'left' => '71%', 'size' => '40px','animation' => 'zoomIn'], ['top' => '25%', 'left' => '71%', 'size' => '70px','animation' => 'zoomOut'], ['top' => '45%', 'left' => '71%', 'size' => '50px','animation' => 'zoomIn'], ['top' => '65%', 'left' => '71%', 'size' => '80px','animation' => 'zoomOut'], ['top' => '85%', 'left' => '71%', 'size' => '60px','animation' => 'zoomIn'], ['top' => '10%', 'left' => '82%', 'size' => '70px','animation' => 'zoomOut'], ['top' => '30%', 'left' => '82%', 'size' => '40px','animation' => 'zoomIn'], ['top' => '50%', 'left' => '82%', 'size' => '80px','animation' => 'zoomOut'], ['top' => '70%', 'left' => '82%', 'size' => '50px','animation' => 'zoomIn'], ['top' => '90%', 'left' => '82%', 'size' => '70px','animation' => 'zoomOut'], ['top' => '5%', 'left' => '94%', 'size' => '40px','animation' => 'zoomIn'], ['top' => '25%', 'left' => '94%', 'size' => '70px','animation' => 'zoomOut'], ['top' => '45%', 'left' => '94%', 'size' => '50px','animation' => 'zoomIn'], ['top' => '65%', 'left' => '94%', 'size' => '80px','animation' => 'zoomOut'], ['top' => '85%', 'left' => '94%', 'size' => '60px','animation' => 'zoomIn'], ]; @endphp
@foreach ($animations as $anim) @endforeach
@if (checkFeature('password')) @include('vcards.password') @endif
{{-- Pwa support --}} @if (isset($enable_pwa) && $enable_pwa == 1 && !isiOSDevice())
default_language) == 'Arabic') dir="rtl" @endif>

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

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

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

{{ $banners->title }}

{{ $banners->description }}

@endif @endif {{-- banner img --}}
image
default_language) == 'Arabic') dir="rtl" @endif>
images

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

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

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

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

{!! $vcard->description !!}
{{-- social-media --}} @if (checkFeature('social_links') && isset($vcard->socialLink) && 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)))
images

Contacts

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

{{ $vcard->dob }}

@endif @if ($vcard->location)

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

@endif
@endif @endif {{-- gallery --}} @if ((isset($managesection) && $managesection['galleries']) || empty($managesection)) @if (checkFeature('gallery') && $vcard->gallery->count()) @endif @endif {{-- our service --}} @if ((isset($managesection) && $managesection['services']) || empty($managesection)) @if (checkFeature('services') && $vcard->services->count())
images

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

@if ($vcard->services_slider_view)
@foreach ($vcard->services as $service)

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

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

@endforeach
@else
@foreach ($vcard->services as $service)

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

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

@endforeach
@endif
@endif @endif {{-- Make an Appointment --}} @if ((isset($managesection) && $managesection['appointments']) || empty($managesection)) @if (checkFeature('appointments') && $vcard->appointmentHours->count())
images

{{ __('messages.make_appointments') }}

{{ Form::text('date', null, [ 'class' => 'date form-control appointment-input ' . (getLanguage($vcard->default_language) == 'Arabic' ? 'text-end' : 'text-start'), 'placeholder' => __('messages.form.pick_date'), 'id' => 'pickUpDate', ]) }}
@include('vcardTemplates.appointment') @endif @endif {{-- Products Section --}} @if ((isset($managesection) && $managesection['products']) || empty($managesection)) @if (checkFeature('products') && $vcard->products->count())
images

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

@foreach ($vcard->products as $product)
product_url) href="{{ $product->product_url }}" @endif target="_blank" class="text-decoration-none position-relative">
image

{{ $product->name }}

@if ($product->currency_id && $product->price) {{ $product->currency->currency_icon }}{{ getSuperAdminSettingValue('hide_decimal_values') == 1 ? number_format($product->price, 0) : number_format($product->price, 2) }} @elseif($product->price) {{ getUserCurrencyIcon($vcard->user->id) . ' ' . $product->price }} @endif

@endforeach
@endif @endif {{-- Testimonial Section --}} @if ((isset($managesection) && $managesection['testimonials']) || empty($managesection)) @if (checkFeature('testimonials') && $vcard->testimonials->count())
images

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

@foreach ($vcard->testimonials as $testimonial)
images

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

" {!! $testimonial->description !!}"

@endforeach
@endif @endif {{-- insta feed --}} @if ((isset($managesection) && $managesection['insta_embed']) || empty($managesection)) @if (checkFeature('insta_embed') && $vcard->instagramEmbed->count())
images

{{ __('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 {{-- Blog Section --}} @if ((isset($managesection) && $managesection['blogs']) || empty($managesection)) @if (checkFeature('blog') && $vcard->blogs->count())
images

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

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