default_language) == 'Arabic') dir="rtl" @endif>
{{ __('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>
{{-- custom link section --}}
@if (checkFeature('custom-links') && $customLink->isNotEmpty())
{{ 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>
{{-- social-media --}}
@if (checkFeature('social_links') && getSocialLink($vcard))
@endif
{!! $vcard->description !!}
@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="d-flex justify-content-center align-items-center text-decoration-none link-text
font-primary btn">
{{ $value->link_name }}
@else
open_new_tab == 1) target="_blank" @endif
class="d-flex justify-content-center align-items-center text-decoration-none link-text
text-primary">
{{ $value->link_name }}
@endif
@endforeach
default_language) ==
'Arabic') dir="rtl"
@endif>
@endif
@endif
{{-- gallery --}}
@if ((isset($managesection) && $managesection['galleries']) || empty($managesection))
@if (checkFeature('gallery') && $vcard->gallery->count())
{{ __('messages.dynamic_vcard.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
{{ $vcard->dob }}
{!! ucwords($vcard->location) !!}
{{ __('messages.plan.gallery') }}
{{ __('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())
@endif
@endif
{{-- testimonials --}}
@if ((isset($managesection) && $managesection['testimonials']) || empty($managesection))
@if (checkFeature('testimonials') && $vcard->testimonials->count())
{{ __('messages.make_appointments') }}
{{ Form::text('date', null, [
'class' => 'date appoint-input form-control appointment-input',
'placeholder' => __('messages.form.pick_date'),
'id' => 'pickUpDate',
]) }}
{{ __('messages.plan.testimonials') }}