{{ __('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) }}
{{ __('messages.contact_us.contact') }}
{{ $vcard->dob }}
{!! ucwords($vcard->location) !!}
{{ __('messages.plan.gallery') }}
{{ __('messages.vcard.our_service') }}
{{ ucwords($service->name) }}
{!! \Illuminate\Support\Str::limit($service->description, 170, '...') !!}
@if ($vcard->show_service_enquiry_btn == true) @if ($service->service_url) @endif @endif
{{ __('messages.make_appointments') }}
{{ __('messages.feature.whatsapp_store') }}
{{ __('messages.plan.testimonials') }}
{{ __('messages.feature.insta_embed') }}
{{ __('messages.feature.linkedin_embed') }}
{{ __('messages.business.business_hours') }}
--}}
@php
$coverClass =
$vcard->cover_image_type == 0
? 'object-fit-cover w-100 h-100'
: 'object-fit-cover w-100 h-100';
@endphp
@if ($vcard->cover_type == 0)