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

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

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

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

{!! $vcard->description !!}
{{-- social icons --}} @if (checkFeature('social_links') && getSocialLink($vcard)) @endif {{-- custom link section --}} @if (checkFeature('custom-links') && $customLink->isNotEmpty()) @endif {{-- End custom link section --}} {{-- contact --}} @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) ))
default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @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)

{{ $vcard->dob }}

@endif @if ($vcard->location)

{!! ucwords($vcard->location) !!}

@endif
@endif @endif {{-- our service --}} @if ((isset($managesection) && $managesection['services']) || empty($managesection)) @if (checkFeature('services') && $vcard->services->count())

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

@if ($vcard->services_slider_view)
@foreach ($vcard->services as $service)
{{ $service->name }}
{{ ucwords($service->name) }}
{!! \Illuminate\Support\Str::limit($service->description, 170, '...') !!}
@if ($vcard->show_service_enquiry_btn == true) @if ($service->service_url) @endif @endif
@endforeach
@else
@foreach ($vcard->services as $service)

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

{!! \Illuminate\Support\Str::limit($service->description, 170, '...') !!}
@if ($vcard->show_service_enquiry_btn == true) @if ($service->service_url) @endif @endif
@endforeach
@endif
@endif @endif {{-- make appointment --}} @if ((isset($managesection) && $managesection['appointments']) || empty($managesection)) @if (checkFeature('appointments') && $vcard->appointmentHours->count())

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

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

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

@foreach ($vcard->products as $product)

{{ $product->name }}

@if ($product->currency_id && $product->price) {{ currencyFormat($product->price, 2, $product->currency->currency_code) }} @elseif($product->price) {{ currencyFormat($product->price, 2, getUserCurrencyIcon($vcard->user->id)) }} @endif

@if ($vcard->show_product_enquiry_btn == true) @if ($product->product_url) @endif @endif
@endforeach
@endif @endif {{-- whatsapp store --}} @if ((isset($managesection) && $managesection['whatsapp_store']) || empty($managesection)) @if ($whatsappStore->count())

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

@foreach ($whatsappStore as $product)
store
default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @endif >

{{ $product->store_name }}

{{ __('messages.vcard.visit_store') }}
@endforeach
@endif @endif {{-- testimonial --}} @if ((isset($managesection) && $managesection['testimonials']) || empty($managesection)) @if (checkFeature('testimonials') && $vcard->testimonials->count())

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

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

{!! $testimonial->description !!}

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

@endforeach
@endif @endif {{-- insta feed --}} @if ((isset($managesection) && $managesection['insta_embed']) || empty($managesection)) @if (checkFeature('insta_embed') && $vcard->instagramEmbed->count())

{{ __('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 {{-- Linkedin --}} @if ((isset($managesection) && $managesection['linkedin_embed']) || empty($managesection)) @if (checkFeature('linkedin_embed') && $vcard->linkedinEmbed->count())

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

@foreach ($vcard->LinkedinEmbed as $LinkedinEmbed) @if ($LinkedinEmbed->type == 0)
{!! $LinkedinEmbed->embedtag !!}
@endif @endforeach
@endif @endif {{-- blog --}} @if ((isset($managesection) && $managesection['blogs']) || empty($managesection)) @if (checkFeature('blog') && $vcard->blogs->count())

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

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