{{ ucwords($vcard->first_name.' '.$vcard->last_name) }}
{{ ucwords($vcard->occupation) }} {!! $vcard->description !!} @if(checkFeature('social_links') && getSocialLink($vcard)) @endif
@if($vcard->email)
@endif
@if($vcard->alternative_email)
@endif
@if($vcard->dob)
{{ $vcard->dob }}
@endif
@if($vcard->phone)
@endif
@if($vcard->alternative_phone)
@endif
@if($vcard->location)
{!! $vcard->location !!}
@endif
{{--our services--}}
@if(checkFeature('services') && $vcard->services->count())
{{--shape img--}}
@endif
{{--gallary--}}
@if(checkFeature('gallery') && $vcard->gallery->count())
{{ __('messages.vcard.our_service') }}
{{ __('messages.plan.gallery') }}
{{ __('messages.plan.products') }}
{{ __('messages.plan.testimonials') }}
{{ __('messages.feature.blog') }}
{{--shape img--}}
{{--business hour--}}
@if($vcard->businessHours->count())
@php
$todayWeekName = strtolower(\Carbon\Carbon::now()->rawFormat('D'))
@endphp
{{ __('messages.vcard.qr_code') }}
{!! QrCode::size(130)->format('svg')->generate(Request::url()); !!}
{{ __('messages.vcard.download_my_qr_code') }}
{{ __('messages.business.business_hours') }}
@foreach($businessDaysTime as $key => $dayTime)
@endforeach
{{ __('messages.business.'.\App\Models\BusinessHour::DAY_OF_WEEK[$key]) }}
{{ $dayTime ?? 'Closed' }}
{{__('messages.make_appointments')}}
{{ Form::text('date', null, ['class' => 'date appoint-input', 'placeholder' => __('messages.form.pick_date'),'id'=>'pickUpDate']) }}
@if($currentSubs && $currentSubs->plan->planFeature->enquiry_form)
@endif
@if($vcard->location_url && isset($url[5]))
{{ __('messages.contact_us.contact_us') }}
@endif
{{--share btn--}}
@if(!empty($userSetting['enable_affiliation']))
@if(checkFeature('advanced'))
@if(checkFeature('advanced')->hide_branding && $vcard->branding == 0)
@if($vcard->made_by)
made_by_url)) href="{{$vcard->made_by_url}}" @endif
class="text-center text-decoration-none text-dark" target="_blank">
{{ __('messages.made_by') }} {{ $vcard->made_by }}
@else
{{ __('messages.made_by') }} {{ $setting['app_name'] }}
@endif
@endif
@else
@if($vcard->made_by)
made_by_url)) href="{{$vcard->made_by_url}}" @endif
class="text-center text-decoration-none text-dark" target="_blank">
{{ __('messages.made_by') }} {{ $vcard->made_by }}
@else
{{ __('messages.made_by') }} {{ $setting['app_name'] }}
@endif
@endif
@if(!empty($vcard->privacy_policy) || !empty($vcard->term_condition))
@endif