@if(isset($business_card_details->seo_configurations) && json_decode($business_card_details->seo_configurations)->favicon != null) @else @endif {!! SEOMeta::generate() !!} {!! OpenGraph::generate() !!} {!! Twitter::generate() !!} {!! JsonLd::generate() !!} {{-- Slick --}} {{-- Fontawesome CSS --}} {{-- AOS CSS --}} {{-- Google Fonts: Ribeye Marrow --}} {{-- Google Fonts: Rethink --}} {{-- AOS JS --}} {{-- Check business details --}} @if ($business_card_details != null) @endif {{-- Check PWA --}} @if ($plan_details != null) @if ($plan_details['pwa'] == 1 && $business_card_details->is_enable_pwa == 1) @laravelPWA @endif @endif @php use Illuminate\Support\Facades\Session; @endphp
{{-- Language Switcher --}}
@include('templates.includes.language-switcher')
{{ $card_details->sub_title }}
{{-- About --}} @if (isset($business_card_details->description) || isset($business_card_details->address)) {!! $business_card_details->description !!} @endif
{{-- Loop through the feature_details array and display the icons --}}
@foreach ($feature_details as $feature)
@if (in_array($feature->type, ['tel', 'address', 'wa']))
{{-- Location --}}
@if ($feature->type == 'address')
@endif
{{-- Phone --}}
@if ($feature->type == 'tel')
@endif
{{-- WhatsApp --}}
@if ($feature->type == 'wa')
@endif
@endif
@endforeach
{{ $feature->content }}
@endif @endforeach
{{-- Check appointment slots in the calendar --}}
@if ($plan_details['appointment'] == 1)
@if ($appointment_slots != null)
{{ __($day) }}
{{ __($business_hours->$day ?: __('Closed')) }}
{{ __('Always Open') }}
{{ __('We’re available 24/7 to serve you!') }}
@foreach (explode('.', $payment->content) as $sentence)
@if (trim($sentence))
{{ trim($sentence) }}
@endif
@endforeach
{{ Session::get('message') }}
{{ __('Please wait for the reply to be sent.') }}