{!! 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) {{-- Check business details --}} @if ($business_card_details != null)
{{ $business_card_details->title }}

{{ $business_card_details->title }}

{{ $card_details->sub_title }}

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

{{ $business_card_details->description }}

@endif @if (count($feature_details) > 0)
@foreach ($feature_details as $feature) {{-- Youtube --}} @if ($feature->type == 'text' && $feature->type != 'youtube' && $feature->type != 'map')
{{-- Icon --}}

{{ $feature->label }}

{{ $feature->content }}
@endif @endforeach
@endif
@if (count($feature_details) > 0)

{{ __('Social links') }}

@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