{{__('messages.pwa.add_to_home_screen')}}
{{__('messages.pwa.pwa_description')}}
{{ 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) }}
default_language) == 'Arabic') dir="rtl" @endif>
@endif
@endif
{{-- social media --}}
@if (checkFeature('social_links') && getSocialLink($vcard))
@endif
{{-- custom link section --}}
@if (checkFeature('custom-links') && $customLink->isNotEmpty())
{{ __('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
{{ __('messages.plan.gallery') }}
{{ __('messages.vcard.our_service') }}
@if ($vcard->services_slider_view)
@else
@foreach ($vcard->services as $service)
@endforeach
@endif
{{ ucwords($service->name) }}
{!! \Illuminate\Support\Str::limit($service->description, 170, '...') !!}
{{ __('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.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