{!! SEOMeta::generate() !!} {!! OpenGraph::generate() !!} {!! Twitter::generate() !!} {!! JsonLd::generate() !!} {{-- Check business details --}} @if ($business_card_details != null) @endif {{-- 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) @if ($business_card_details != null)
{{ $business_card_details->title }}

{{ $business_card_details->title }}

{{ $card_details->sub_title }}

@if ($business_card_details->description != null || $business_card_details->address != null)

{{ $business_card_details->description }}

@endif
@foreach ($feature_details as $feature) @endforeach {{-- Services --}} @if ($service_details != null && !$service_details->isEmpty())

{{ __('Services') }}

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

{{ $service_detail->service_description }}

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

{{ __('Products') }}

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

{{ $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

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

{{ __('Image Gallery') }}

@endif {{-- Testimonials --}} @if ($testimonials != null && !$testimonials->isEmpty())

{{ __('Testimonials') }}

@foreach ($testimonials as $testimonial)

"{{ $testimonial->review }}"

{{ $testimonial->reviewer_name }}

{{ $testimonial->reviewer_name }}

{{ $testimonial->review_subtext }}

@endforeach
@endif @if ($feature_details != null && !$feature_details->isEmpty())
@foreach ($feature_details as $feature) @if ($feature->type == 'youtube')

{{ __('Youtube Videos') }}

{{ $feature->label }}
@endif @endforeach
@endif @if (count($payment_details) > 0)

{{ __('Payment Details') }}

@foreach ($payment_details as $payment) @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 {{-- 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 @if ($feature_details != null && !$feature_details->isEmpty()) @foreach ($feature_details as $feature) @if ($feature->type == 'map')

{{ __('Location') }}

{{ $feature->label }}
@endif @endforeach @endif

{{ __('Share on') }}

@if ($plan_details['hide_branding'] == 1)
{{ __('Copyright') }} © {{ $card_details->title }} {{ __('. All Rights Reserved.') }}
@else
{{ __('Made with') }} {{ config('app.name') }} {{ __('. All Rights Reserved.') }}
@endif
{{-- Scan QR --}}
{{ __('Scan QR') }}
{{-- Send vCard --}} @foreach ($feature_details as $feature) @if ($feature->type == 'wa')
{{ __('Send') }}
@endif @endforeach {{-- Download vCard --}}
{{ __('Save Contact') }}
{{-- Share --}}
{{ __('Share') }}
{{-- 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 {{-- Check business details --}} @if ($business_card_details != null) @endif