{{-- support banner --}} @if ((isset($managesection) && $managesection['banner']) || empty($managesection)) @if(isset($banners->title))

{{ $banners->title }}

{{ $banners->description }}

@endif @endif

{{ ucwords($vcard->first_name . ' ' . $vcard->last_name) }}

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

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

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

{{-- social icon --}}

{!! $vcard->description !!}

{{-- contact --}} @if ((isset($managesection) && $managesection['contact_list']) || empty($managesection))

{{ __('messages.contact_us.contact') }}

@if ($vcard->email)

{{ __('messages.admin.email') }}

{{ $vcard->email }}
@endif @if ($vcard->alternative_email)

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

{{ $vcard->alternative_email }}
@endif @if ($vcard->phone)

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

+{{ $vcard->region_code }}{{ $vcard->phone }}
@endif @if ($vcard->alternative_phone)

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

+{{ $vcard->alternative_region_code }}{{ $vcard->alternative_phone }}
@endif @if($vcard->dob)

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

{{ $vcard->dob }}

@endif @if ($vcard->location)

{{ __('messages.setting.address') }}

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

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

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

@foreach ($vcard->services as $service)

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

{!! $service->description !!}

@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)
{{ ucwords($testimonial->name) }}

{!! $testimonial->description !!}

@endforeach
@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 }}

{{ $product->description }}

@if ($product->currency_id && $product->price) {{ $product->currency->currency_icon }}{{ number_format($product->price, 2) }} @elseif($product->price) {{ getUserCurrencyIcon($vcard->user->id) .' '. $product->price }} @endif
@endforeach
@endif @endif {{-- make appointment --}} @if ((isset($managesection) && $managesection['appointments']) || empty($managesection)) @if (checkFeature('appointments') && $vcard->appointmentHours->count())

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

{{ Form::text('date', null, ['class' => 'date appoint-input form-control appointment-input', 'placeholder' => __('messages.form.pick_date'), 'id' => 'pickUpDate']) }}
@include('vcardTemplates.appointment')
@endif @endif {{-- insta feed --}} @if ((isset($managesection) && $managesection['insta_embed']) || empty($managesection)) @if (checkFeature('instagramEmbed') && $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 {{-- blog --}} @if ((isset($managesection) && $managesection['blogs']) || empty($managesection)) @if (checkFeature('blog') && $vcard->blogs->count())

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

@foreach ($vcard->blogs as $blog)
{{ $blog->title }}

{!! $blog->description !!}

@endforeach
@endif @endif {{-- buisness hours --}} @if ((isset($managesection) && $managesection['business_hours']) || empty($managesection)) @if ($vcard->businessHours->count()) @php $todayWeekName = strtolower(\Carbon\Carbon::now()->rawFormat('D')); @endphp

{{ __('messages.business.business_hours') }}

@foreach ($businessDaysTime as $key => $dayTime)
{{ __('messages.business.' . \App\Models\BusinessHour::DAY_OF_WEEK[$key]) }} : {{ $dayTime ?? __('messages.common.closed') }}
@endforeach
@endif @endif {{-- qr code --}} @if (isset($vcard['show_qr_code']) && $vcard['show_qr_code'] == 1)

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

@if (isset($customQrCode['applySetting']) && $customQrCode['applySetting'] == 1) {!! QrCode::color( $qrcodeColor['qrcodeColor']->red(), $qrcodeColor['qrcodeColor']->green(), $qrcodeColor['qrcodeColor']->blue(), )->backgroundColor( $qrcodeColor['background_color']->red(), $qrcodeColor['background_color']->green(), $qrcodeColor['background_color']->blue(), )->style($customQrCode['style'])->eye($customQrCode['eye_style'])->size(130)->format('svg')->generate(Request::url()) !!} @else {!! QrCode::size(130)->format('svg')->generate(Request::url()) !!} @endif
@endif {{-- iframe --}} @if ((isset($managesection) && $managesection['iframe']) || empty($managesection)) @if (checkFeature('iframes') && $vcard->iframes->count())

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

@foreach ($vcard->iframes as $iframe)
@endforeach
@endif @endif {{-- inquiry --}} @php $currentSubs = $vcard ->subscriptions() ->where('status', \App\Models\Subscription::ACTIVE) ->latest() ->first(); @endphp @if ($currentSubs && $currentSubs->plan->planFeature->enquiry_form && $vcard->enable_enquiry_form)

{{ __('messages.contact_us.inquries') }}

@csrf
@if (!empty($vcard->privacy_policy) || !empty($vcard->term_condition)) @endif
@endif {{-- create vcard --}} @if (!empty($userSetting['enable_affiliation'])) @endif @if ((isset($managesection) && $managesection['map']) || empty($managesection))
@if ($vcard->location_url && isset($url[5]))
@endif
@endif {{-- add to contact --}} @if (!isset($userSetting['enable_contact']) || (!$userSetting['enable_contact'] && $userSetting['enable_contact'] != 0) || $userSetting['enable_contact'] == 1) @endif {{-- made by --}}
@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-light" 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-light" 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))
{!! __('messages.vcard.term_policy') !!}
@endif
{{-- sticky buttons --}}
@if (empty($userSetting['hide_stickybar']))
@endif
@if (isset($userSetting['whatsapp_share']) && $userSetting['whatsapp_share'] == 1) @endif @if (empty($userSetting['hide_stickybar']))
@if(!empty($vcard->enable_download_qr_code)) @endif {{-- --}}
@endif