@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 --}} @if ($vcard->font_family || $vcard->font_size || $vcard->custom_css) @endif
@if (checkFeature('password')) @include('vcards.password') @endif
{{-- Pwa support --}} @if (isset($enable_pwa) && $enable_pwa == 1)

{{__('messages.pwa.add_to_home_screen')}}

{{__('messages.pwa.pwa_description')}}

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

{{ $banners->title }}

{{ $banners->description }}

@endif @endif {{-- banner img --}}
@php $coverClass = $vcard->cover_image_type == 0 ? 'object-fit-cover w-100 h-100' : 'object-fit-contain w-100 h-100'; @endphp @if (strpos($vcard->cover_url, '.mp4') !== false || strpos($vcard->cover_url, '.mov') !== false || strpos($vcard->cover_url, '.avi') !== false) @else @endif
default_language) == 'Arabic') dir="rtl" @endif>
images
images

{{ ucwords($vcard->first_name . ' ' . $vcard->last_name) }} @if ($vcard->is_verified) @endif

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

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

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

{!! $vcard->description !!}

{{-- social-media --}}
{{-- custom link section --}} {{-- contact section --}} @if ((isset($managesection) && $managesection['contact_list']) || empty($managesection))
@if (getLanguage($vcard->default_language) != 'Arabic')
images
@if ($vcard->email) @endif @if ($vcard->alternative_email) @endif @if ($vcard->phone) @endif @if ($vcard->alternative_phone) @endif @if ($vcard->dob)

{{ $vcard->dob }}

@endif @if ($vcard->location)

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

@endif
@endif @if (getLanguage($vcard->default_language) == 'Arabic')
images
@if ($vcard->email) @endif @if ($vcard->alternative_email) @endif @if ($vcard->phone) @endif @if ($vcard->alternative_phone) @endif @if ($vcard->dob)

{{ $vcard->dob }}

@endif @if ($vcard->location)

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

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

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

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

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

{!! \Illuminate\Support\Str::limit($service->description, 170, '...') !!}

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

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

{!! \Illuminate\Support\Str::limit($service->description, 170, '...') !!}

@endforeach
@endif
@endif @endif {{-- Make an Appointment --}} @if ((isset($managesection) && $managesection['appointments']) || empty($managesection)) @if (checkFeature('appointments') && $vcard->appointmentHours->count())

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

{{ Form::text('date', null, [ 'class' => 'date form-control appointment-input ' . (getLanguage($vcard->default_language) == 'Arabic' ? 'text-end' : 'text-start'), 'placeholder' => __('messages.form.pick_date'), 'id' => 'pickUpDate', ]) }}
@include('vcardTemplates.appointment') @endif @endif {{-- Products Section --}} @if ((isset($managesection) && $managesection['products']) || empty($managesection)) @if (checkFeature('products') && $vcard->products->count()) @endif @endif {{-- Testimonial Section --}} @if ((isset($managesection) && $managesection['testimonials']) || empty($managesection)) @if (checkFeature('testimonials') && $vcard->testimonials->count())
images

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

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

{!! $testimonial->description !!}

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

@endforeach
@endif @endif {{-- insta feed --}} @if ((isset($managesection) && $managesection['insta_embed']) || empty($managesection)) @if (checkFeature('insta_embed') && $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 Section --}} @if ((isset($managesection) && $managesection['blogs']) || empty($managesection)) @if (checkFeature('blog') && $vcard->blogs->count())
images

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

@foreach ($vcard->blogs as $blog)

{{ $blog->title }}

{{ Illuminate\Support\Str::words(strip_tags($blog->description), 100, '...') }}

@endforeach
@endif @endif {{-- Business Hours Section --}} @if ((isset($managesection) && $managesection['business_hours']) || empty($managesection)) @if ($vcard->businessHours->count()) @php $todayWeekName = strtolower(\Carbon\Carbon::now()->rawFormat('D')); @endphp
default_language) == 'Arabic') dir="rtl" @endif>
images

{{ __('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 Section --}} @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 {{-- Contact Us Section --}} @php $currentSubs = $vcard ->subscriptions() ->where('status', \App\Models\Subscription::ACTIVE) ->latest() ->first(); @endphp @if ($currentSubs && $currentSubs->plan->planFeature->enquiry_form && $vcard->enable_enquiry_form)
default_language) == 'Arabic') dir="rtl" @endif>

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

@csrf
@if (isset($inquiry) && $inquiry == 1)

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

{{ __('messages.file_supported') }}
@endif @if (!empty($vcard->privacy_policy) || !empty($vcard->term_condition)) @endif
@endif {{-- create your vcard --}} @if ($currentSubs && $currentSubs->plan->planFeature->affiliation && $vcard->enable_affiliation)

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

default_language) == 'Arabic') dir="rtl" @endif>
@endif {{-- map --}} @if ((isset($managesection) && $managesection['map']) || empty($managesection))
@if ($vcard->location_url && isset($url[5]))
@endif
@endif {{-- add to contact --}} @if ($vcard->enable_contact)
default_language) == 'Arabic') dir="rtl" @endif> @if ($contactRequest == 1)  {{ __('messages.setting.add_contact') }} @else  {{ __('messages.setting.add_contact') }} @endif
@include('vcardTemplates.contact-request') @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-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
{{-- sticky buttons --}}
@if (empty($vcard->hide_stickybar))
@endif
@if ($vcard->whatsapp_share) @endif @if (empty($vcard->hide_stickybar))
@if (!empty($vcard->enable_download_qr_code)) @endif
@endif
{{-- newsLatter Modal --}} @if ((isset($managesection) && $managesection['news_latter_popup']) || empty($managesection)) @endif {{-- share modal code --}} @include('vcardTemplates.template.templates') @if (checkFeature('seo') && $vcard->google_analytics) {!! $vcard->google_analytics !!} @endif @php $setting = \App\Models\UserSetting::where('user_id', $vcard->tenant->user->id) ->where('key', 'stripe_key') ->first(); @endphp @routes