{{ __('messages.pwa.add_to_home_screen') }}
{{ __('messages.pwa.pwa_description') }}
 }})
@if (getLanguage($vcard->default_language) != 'Arabic')
@endif
@if (getLanguage($vcard->default_language) == 'Arabic')
@endif
{{-- social icon --}}
{{-- custom link section --}}
{{-- contact section --}}
@if ((isset($managesection) && $managesection['contact_list']) || empty($managesection))
{{-- our service --}}
@if ((isset($managesection) && $managesection['services']) || empty($managesection))
@if (checkFeature('services') && $vcard->services->count())
@else
@endif
@endif
{{-- make appointment --}}
@if ((isset($managesection) && $managesection['appointments']) || empty($managesection))
@if (checkFeature('appointments') && $vcard->appointmentHours->count())
@include('vcardTemplates.appointment')
@endif
@endif
{{-- gallery --}}
@if ((isset($managesection) && $managesection['galleries']) || empty($managesection))
@if (checkFeature('gallery') && $vcard->gallery->count())
@endif
@endif
{{-- product --}}
@if ((isset($managesection) && $managesection['products']) || empty($managesection))
@if (checkFeature('products') && $vcard->products->count())
@endif
@endif
{{-- testimonial --}}
@if ((isset($managesection) && $managesection['testimonials']) || empty($managesection))
@if (checkFeature('testimonials') && $vcard->testimonials->count())
@endif
@endif
{{-- insta feed --}}
@if ((isset($managesection) && $managesection['insta_embed']) || empty($managesection))
@if (checkFeature('insta_embed') && $vcard->instagramEmbed->count())
@endif
@endif
{{-- blog --}}
@if ((isset($managesection) && $managesection['blogs']) || empty($managesection))
@if (checkFeature('blog') && $vcard->blogs->count())
 }})
 }})
{{ ucwords($vcard->first_name . ' ' . $vcard->last_name) }} @if ($vcard->is_verified) @endif
{{ ucwords($vcard->company) }}
{{ ucwords($vcard->occupation) }}
{{ ucwords($vcard->job_title) }}
 }})
 }})
{{ 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('custom-links'))
{{-- End custom link section --}}
@foreach ($customLink as $value)
@if ($value->show_as_button == 1)
open_new_tab == 1) target="_blank" @endif
style="
@if ($value->button_color) background-color: {{ $value->button_color }}; @endif
@if ($value->button_type === 'rounded') border-radius: 20px; @endif
@if ($value->button_type === 'square') border-radius: 0px; @endif"
class="m-2 d-flex justify-content-center align-items-center text-decoration-none link-text text-white font-primary btn mt-2">
{{ $value->link_name }}
@else
open_new_tab == 1) target="_blank" @endif
class="m-2 d-flex justify-content-center align-items-center text-decoration-none link-text text-white mt-2">
{{ $value->link_name }}
@endif
@endforeach
@endif
 }})
 }})
 }})
{{ __('messages.contact_us.contact') }}
@if (getLanguage($vcard->default_language) != 'Arabic')
@endif
@if ($vcard->email)
@endif
@if ($vcard->alternative_email)
@endif
@if ($vcard->phone)
@endif
@if ($vcard->alternative_phone)
@endif
@if ($vcard->dob)
@endif
@if ($vcard->location)
@endif
@endif
@if (getLanguage($vcard->default_language) == 'Arabic')
{{ $vcard->dob }}
{!! ucwords($vcard->location) !!}
@if ($vcard->email)
@endif
@if ($vcard->alternative_email)
@endif
@if ($vcard->phone)
@endif
@if ($vcard->alternative_phone)
@endif
@if ($vcard->dob)
@endif
@if ($vcard->location)
@endif
@endif
{{ $vcard->dob }}
{!! ucwords($vcard->location) !!}
 }})
 }})
 }})
{{ __('messages.vcard.our_service') }}
 }})
 }})
{{ __('messages.make_appointments') }}
{{ Form::text('date', null, ['class' => 'date form-control appointment-input text-start', 'placeholder' => __('messages.form.pick_date'), 'id' => 'pickUpDate']) }}
{{ __('messages.plan.gallery') }}
{{ __('messages.plan.products') }}
 }})
 }})
{{ __('messages.plan.testimonials') }}
{{ __('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
 }})