{{ __('messages.pwa.add_to_home_screen') }}
{{ __('messages.pwa.pwa_description') }}
@if ($vcard->language_enable == \App\Models\Vcard::LANGUAGE_ENABLE)
@endif
{{-- profile section --}}
default_language) == 'Arabic') dir="rtl" @endif >
{{-- social-media --}}
{{-- custom link section --}}
 }})
{{ ucwords($vcard->first_name . ' ' . $vcard->last_name) }} @if ($vcard->is_verified) @endif
{{ ucwords($vcard->occupation) }}
{{ ucwords($vcard->job_title) }}
{{ ucwords($vcard->company) }}
{!! $vcard->description !!}
@if (checkFeature('custom-links'))
{{-- End custom link section --}}
{{-- contact section --}}
@if ((isset($managesection) && $managesection['contact_list']) || empty($managesection))
@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 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-black mt-2">
{{ $value->link_name }}
@endif
@endforeach
@endif
{{ __('messages.contact_us.contact') }}
@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 appoint-input form-control appointment-input text-start', 'placeholder' => __('messages.form.pick_date'), 'id' => 'pickUpDate']) }}
{{ __('messages.plan.gallery') }}
 }})
{{ __('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
 }})