{{ __('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->company) }}
{{ ucwords($vcard->occupation) }}
{{ ucwords($vcard->job_title) }}
{!! $vcard->description !!}
@if (checkFeature('custom-links'))
{{-- 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)))
@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
 }})
default_language) == 'Arabic') dir="rtl" @endif>
{{ __('messages.contact_us.contact') }}
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)
@endif
@if ($vcard->location)
@endif
{{ $vcard->dob }}
{!! ucwords($vcard->location) !!}
default_language) == 'Arabic') dir="rtl" @endif>
{{ __('messages.plan.gallery') }}
default_language) == 'Arabic') dir="rtl" @endif>
{{ __('messages.vcard.our_service') }}
default_language) == 'Arabic') dir="rtl" @endif>
@include('vcardTemplates.appointment')
@endif
@endif
{{-- product --}}
@if ((isset($managesection) && $managesection['products']) || empty($managesection))
@if (checkFeature('products') && $vcard->products->count())
{{ __('messages.make_appointments') }}
{{ Form::text('date', null, [
'class' => 'date appoint-input form-control appointment-input text-start',
'placeholder' => __('messages.form.pick_date'),
'id' => 'pickUpDate',
]) }}
 }})
default_language) == 'Arabic') dir="rtl" @endif>
{{ __('messages.plan.products') }}
default_language) == 'Arabic') dir="rtl" @endif>
{{ __('messages.plan.testimonials') }}
 }})
default_language) == 'Arabic') dir="rtl" @endif>
{{ __('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
default_language) == 'Arabic') dir="rtl" @endif>
@endif
@endif
{{-- blog --}}
@if ((isset($managesection) && $managesection['blogs']) || empty($managesection))
@if (checkFeature('blog') && $vcard->blogs->count())
default_language) == 'Arabic') dir="rtl" @endif>
{{ __('messages.business.business_hours') }}
default_language) == 'Arabic') dir="rtl" @endif>
@foreach ($businessDaysTime as $key => $dayTime)
@endforeach
{{ __('messages.business.' . \App\Models\BusinessHour::DAY_OF_WEEK[$key]) }}:
{{ $dayTime ?? __('messages.common.closed') }}
 }})
default_language) == 'Arabic') dir="rtl" @endif>