{{-- Pwa support --}} @if (isset($enable_pwa) && $enable_pwa == 1 && !isiOSDevice())

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

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

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

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

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

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

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

{{-- social-media --}}
{!! $vcard->description !!}
{{-- custom link section --}} {{-- 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)))
bg-vector
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)

{{ $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())
default_language) == 'Arabic') dir="rtl" @endif>

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

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

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

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

@endforeach
@else
default_language) == 'Arabic') dir="rtl" @endif> @foreach ($vcard->services as $service)

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

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

@endforeach
@endif
@endif @endif {{-- make appointment --}} @if ((isset($managesection) && $managesection['appointments']) || empty($managesection)) @if (checkFeature('appointments') && $vcard->appointmentHours->count())
default_language) == 'Arabic') dir="rtl" @endif>

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

{{ Form::text('date', null, [ 'class' => 'date appoint-input form-control appointment-input text-start', 'placeholder' => __('messages.form.pick_date'), 'id' => 'pickUpDate', ]) }}
@include('vcardTemplates.appointment') @endif @endif {{-- product --}} @if ((isset($managesection) && $managesection['products']) || empty($managesection)) @if (checkFeature('products') && $vcard->products->count()) @endif @endif {{-- testimonials --}} @if ((isset($managesection) && $managesection['testimonials']) || empty($managesection)) @if (checkFeature('testimonials') && $vcard->testimonials->count())
default_language) == 'Arabic') dir="rtl" @endif>

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

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

{!! $testimonial->description !!}

testimonial
{{ ucwords($testimonial->name) }}
@endforeach
@endif @endif {{-- insta feed --}} @if ((isset($managesection) && $managesection['insta_embed']) || empty($managesection)) @if (checkFeature('insta_embed') && $vcard->instagramEmbed->count())
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
@endif @endif {{-- buisness hours --}} @if ((isset($managesection) && $managesection['business_hours']) || empty($managesection)) @if ($vcard->businessHours->count()) @php $todayWeekName = strtolower(\Carbon\Carbon::now()->rawFormat('D')); @endphp
default_language) == 'Arabic') dir="rtl" @endif>
default_language) == 'Arabic') dir="rtl" @endif>

{{ __('messages.business.business_hours') }}

default_language) == 'Arabic') dir="rtl" @endif>
@foreach ($businessDaysTime as $key => $dayTime)
{{ __('messages.business.' . \App\Models\BusinessHour::DAY_OF_WEEK[$key]) }}:
{{ $dayTime ?? __('messages.common.closed') }}
@endforeach
img
@endif @endif {{-- blog --}} @if ((isset($managesection) && $managesection['blogs']) || empty($managesection)) @if (checkFeature('blog') && $vcard->blogs->count())
default_language) == 'Arabic') dir="rtl" @endif>

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

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