@if (checkFeature('seo')) @if ($vcard->meta_description) @endif @if ($vcard->meta_keyword) @endif @else @endif @if (checkFeature('seo') && $vcard->site_title && $vcard->home_title) {{ $vcard->home_title }} | {{ $vcard->site_title }} @else {{ $vcard->name }} | {{ getAppName() }} @endif {{-- css link --}} {{-- google font --}} @if (checkFeature('custom-fonts') && $vcard->font_family) @endif @if ($vcard->font_family || $vcard->font_size || $vcard->custom_css) @endif
@include('vcards.password')

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

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

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

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

{!! $vcard->description !!}

{{-- social-icon --}}
@if (checkFeature('social_links') && getSocialLink($vcard)) @endif
{{-- about-section --}} @if ((isset($managesection) && $managesection['contact_list']) || empty($managesection))
@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
@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 {{-- Our service --}} @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 {{-- Product --}} @if ((isset($managesection) && ($managesection['products'])) || empty($managesection)) @if (checkFeature('products') && $vcard->products->count()) @endif @endif {{-- testimonial --}} @if ((isset($managesection) && ($managesection['testimonials'])) || empty($managesection)) @if (checkFeature('testimonials') && $vcard->testimonials->count())

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

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

“{!! $testimonial->description !!}”

{{ ucwords($testimonial->name) }}
@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) @endforeach
@endif @endif {{-- business-hour --}} @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 {{-- 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', '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 @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 @if (!empty($userSetting['enable_affiliation'])) @endif {{-- map --}} @if ((isset($managesection) && $managesection['map']) || empty($managesection)) @if ($vcard->location_url && isset($url[5]))
@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
@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 (!isset($userSetting['enable_contact']) || (!$userSetting['enable_contact'] && $userSetting['enable_contact'] != 0) || $userSetting['enable_contact'] == 1)  {{ __('messages.setting.add_contact') }} @endif
@if ((isset($managesection) && $managesection['news_latter_popup']) || empty($managesection)) @endif {{-- share modal code --}}
{{-- support banner --}} @if ((isset($managesection) && $managesection['banner']) || empty($managesection)) @if(isset($banners->title))

{{ $banners->title }}

{{ $banners->description }}

@endif @endif
@include('vcardTemplates.template.templates') @if (checkFeature('seo') && $vcard->google_analytics) {!! $vcard->google_analytics !!} @endif @if (isset(checkFeature('advanced')->custom_js) && $vcard->custom_js) {!! $vcard->custom_js !!} @endif @php $setting = \App\Models\UserSetting::where('user_id', $vcard->tenant->user->id) ->where('key', 'stripe_key') ->first(); @endphp @routes