{!! SEOMeta::generate() !!} {!! OpenGraph::generate() !!} {!! Twitter::generate() !!} {!! JsonLd::generate() !!} {{-- Check business details --}} @if ($business_card_details != null) @endif {{-- JS files --}} {{-- Check PWA --}} @if ($plan_details != null) @if ($plan_details['pwa'] == 1) @laravelPWA @endif @endif @php use Illuminate\Support\Facades\Session; @endphp {{-- Check password protected --}} @if ($business_card_details->password == null || Session::get('password_protected') == true) {{-- Check business details --}} @if ($business_card_details != null)
{{ $business_card_details->title }}

{{ $business_card_details->title }}

{{ $card_details->sub_title }}

{{-- Business card details --}} @if ($business_card_details->description != null || $business_card_details->address != null)

{{ $business_card_details->description }}

@endif @if (count($feature_details) > 0) @endif
@if (count($service_details) > 0 && !$service_details->isEmpty())

{{ __('Services') }}

@foreach ($service_details as $service_detail)
{{ $service_detail->service_name }}

{{ $service_detail->service_name }}

{{ $service_detail->service_description }}

{{-- Enquiry button --}} @if ($enquiry_button != null) @if ($service_detail->enable_enquiry == 'Enabled') @endif @endif
@endforeach
@endif @if (count($product_details) > 0 && !$product_details->isEmpty())

{{ __('Products') }}

@foreach ($product_details as $product_detail)
{{ $product_detail->product_name }}

{{ $product_detail->product_name }}

{{ $product_detail->product_subtitle }}

{{ getCurrency($product_detail,'sales_price') }} {{ $product_detail->sales_price }} @if ($product_detail->sales_price != $product_detail->regular_price) {{ getCurrency($product_detail,'regular_price') }} {{ $product_detail->regular_price }} @endif

{{-- Enquiry button --}} @if ($enquiry_button != null) @if ($product_detail->product_status == "instock") @endif @endif
@endforeach
@endif @if (count($galleries_details) > 0 && !$galleries_details->isEmpty())

{{ __('Gallery') }}

@foreach ($galleries_details as $galleries_detail)
{{ $galleries_detail->caption }}
{{ $galleries_detail->caption }}
@endforeach
@endif {{-- Testimonials --}} @if ($testimonials != null && !$testimonials->isEmpty())

{{ __('Testimonials') }}

@foreach ($testimonials as $testimonial)
{{ $testimonial->reviewer_name }}

"{{ $testimonial->review }}"

{{ $testimonial->reviewer_name }}

{{ $testimonial->review_subtext }}

@endforeach
@endif @if (count($feature_details) > 0 && !$feature_details->isEmpty()) @php $i = 0; @endphp @foreach ($feature_details as $value => $feature) @if ($feature->type == 'youtube' && $i == 0)

{{ __('Youtube Videos') }}

@foreach ($feature_details as $feature) @if ($feature->type == 'youtube')

{{ $feature->label }}

@endif @endforeach
@php $i++; @endphp @endif @endforeach @endif @if (count($payment_details) > 0)

{{ __('Payments') }}

{{-- Links --}} @foreach ($payment_details as $payment) @if ($payment->type == 'url') @if(substr($payment->content, 0, 3) == "upi") @else @endif @endif

{{ $payment->label }}

@if ($payment->type == 'url')
@endif @endforeach
@endif @if ($plan_details['business_hours'] == 1) @if ($business_hours != null && $business_hours->is_display != 0)

{{ __('Business Hours') }}

@if ($business_hours->is_always_open != 'Opening')

{{ __('Monday') }}

{{ __($business_hours->Monday) }}

{{ __('Tuesday') }}

{{ __($business_hours->Tuesday) }}

{{ __('Wednesday') }}

{{ __($business_hours->Wednesday) }}

{{ __('Thursday') }}

{{ __($business_hours->Thursday) }}

{{ __('Friday') }}

{{ __($business_hours->Friday) }}

{{ __('Saturday') }}

{{ __($business_hours->Saturday) }}

{{ __('Sunday') }}

{{ __($business_hours->Sunday) }}
@else

{{ __('Always Open') }}

@endif
@endif @endif @if (count($feature_details) > 0 && !$feature_details->isEmpty()) @php $i = 0; @endphp @foreach ($feature_details as $value => $feature) @if ($feature->type == 'map' && $i == 0)

{{ __('Location') }}

{{ $feature->label }}

@php $i++; @endphp @endif @endforeach @endif {{-- Contact form --}} @if ($plan_details['contact_form'] == 1) @if ($business_card_details->enquiry_email != null)

{{ __('Contact us') }}

@if(Session::has('message')) @endif
@csrf
@endif @endif {{-- Branding --}} @if ($plan_details['hide_branding'] == 1)
{{ __('Copyright') }} © {{ now()->year }} {{ __('by') }} {{ $card_details->title }} {{ __('. All Rights Reserved.') }}
@else
{{ __('Copyright') }} © {{ now()->year }}. {{ __('Made with') }} {{ config('app.name') }} {{ __('. All Rights Reserved.') }}
@endif
{{-- Send vCard --}}
{{-- Scan QR --}}
@else

{{ __('403') }}

{{ __('Oops! Basic details are missing.') }}
@endif @endif {{-- Check password protected --}} @if ($business_card_details->password != null && Session::get('password_protected') == false)

{{ __("Password Protected") }}

@csrf

{{ __('Enter your vcard Password')}}

{{-- Message --}} @if(Session::has('message')) @endif
@endif {{-- JS files --}} {{-- Check business details --}} @if ($business_card_details != null) @endif