{{ 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->phone)
@endif
@if($vcard->dob)
@endif
@if($vcard->location)
@endif
{{ __('messages.vcard.email_address') }}
{{ $vcard->email }}
{{ __('messages.vcard.mobile_number') }}
+{{ $vcard->region_code }} {{ $vcard->phone }}
{{ __('messages.vcard.dob') }}
{{ $vcard->dob }}
{{ __('messages.vcard.location') }}
{!! ucwords($vcard->location) !!}
{{ __('messages.vcard.our_service') }}
@foreach($vcard->services as $service)
@endforeach
{{ ucwords($service->name) }}
{!! $service->description !!}
{{ __('messages.plan.gallery') }}
{{ __('messages.plan.products') }}
{{ __('messages.plan.testimonials') }}
{{ __('messages.feature.blog') }}
{{ __('messages.vcard.qr_code') }}
{!! QrCode::size(130)->format('svg')->generate(Request::url()); !!}
{{ __('messages.business.business_hours') }}
@foreach($vcard->businessHours as $day)
{{ strtoupper(__('messages.business.'.\App\Models\BusinessHour::DAY_OF_WEEK[$day->day_of_week]))}} :
{{ $day->start_time.' - '.$day->end_time }}
@endforeach
{{__('messages.make_appointments')}}
{{ Form::text('date', null, ['class' => 'date appoint-input', 'placeholder' => __('messages.form.pick_date'),'id'=>'pickUpDate']) }}
{{--contact us--}}
@php $currentSubs = $vcard->subscriptions()->where('status', \App\Models\Subscription::ACTIVE)->latest()->first() @endphp
@if($currentSubs && $currentSubs->plan->planFeature->enquiry_form)
@endif
@if($vcard->location_url && isset($url[5]))
{{ __('messages.contact_us.contact_us') }}
{{--share btn--}}
@if(!isset(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
@if(!empty($vcard->privacy_policy) || !empty($vcard->term_condition))
@endif