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

{{ $banners->title }}

{{ $banners->description }}

@endif @endif {{-- profile --}}

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

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

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

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

{!! $vcard->description !!}

{{-- social icons --}} @if (checkFeature('social_links') && isset($vcard->socialLink) && getSocialLink($vcard)) @endif {{-- events --}} @if ((isset($managesection) && $managesection['contact_list']) || empty($managesection))
@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
{{-- 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 {{-- Services --}} @if ((isset($managesection) && $managesection['services']) || empty($managesection)) @if (checkFeature('services') && $vcard->services->count())

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

@foreach ($vcard->services as $service)
{{ $service->name }}

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

{!! $service->description !!}

@endforeach
@endif @endif {{-- gallery --}} @if ((isset($managesection) && $managesection['galleries']) || empty($managesection)) @if (checkFeature('gallery') && $vcard->gallery->count()) @endif @endif {{-- products --}} @if ((isset($managesection) && $managesection['products']) || empty($managesection)) @if (checkFeature('products') && $vcard->products->count()) @endif @endif {{-- testimonials --}} @if ((isset($managesection) && $managesection['testimonials']) || empty($managesection)) @if (checkFeature('testimonials') && $vcard->testimonials->count())

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

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

{!! $testimonial->description !!}

@endforeach
@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 {{-- buissness 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 {{-- make apoointment --}} @if ((isset($managesection) && $managesection['appointments']) || empty($managesection)) @if (checkFeature('appointments') && $vcard->appointmentHours->count())

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

{{ Form::text('date', null, ['class' => 'date appoint-input', 'placeholder' => __('messages.form.pick_date'), 'id' => 'pickUpDate']) }}
@include('vcardTemplates.appointment') @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 {{-- contact us --}} @php $currentSubs = $vcard ->subscriptions() ->where('status', \App\Models\Subscription::ACTIVE) ->latest() ->first(); @endphp

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

@csrf
@if (!empty($vcard->privacy_policy) || !empty($vcard->term_condition)) @endif
{{-- create vcard --}} @if (!empty($userSetting['enable_affiliation'])) @endif {{-- map --}} @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)  {{ __('messages.setting.add_contact') }} @endif
{{-- sticky btn --}}
@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
@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))
{!! __('messages.vcard.term_policy') !!}
@endif