@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() !!} {{-- Swiper CSS --}} {{-- Fontawesome CSS --}} {{-- AOS CSS --}} {{-- Google Fonts: Teachers --}} {{-- Google Fonts: Fustat --}} {{-- AOS JS --}} {{-- Check business details --}} @if ($business_card_details != null) @php $custom_css = $business_card_details->custom_css; $custom_js = $business_card_details->custom_js; // Ensure ') === false) { $custom_css = ""; } // Ensure ') === false) { $custom_js = ""; } @endphp {!! $custom_css !!} {!! $custom_js !!} @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
{{-- Background Image --}}
{{ $card_details->sub_title }}
{{-- About --}} @if (isset($business_card_details->description) || isset($business_card_details->address))
{{-- Loop through the feature_details array and display the icons --}}
@foreach ($feature_details as $feature)
@if (in_array($feature->type, ['tel', 'address', 'wa', 'instagram']))
{{-- Location --}}
@if ($feature->type == 'address')
@endif
{{-- Phone --}}
@if ($feature->type == 'tel')
@endif
{{-- WhatsApp --}}
@if ($feature->type == 'wa')
@endif
{{-- Instagram --}}
@if ($feature->type == 'instagram')
@endif
@endif
@endforeach
{{ $feature->content ?? '' }}
@endforeach
{{ $service_detail->service_name }}
{{-- Service Description --}}{{ $service_detail->service_description }}
@if ($enquiry_button != null) @if ($whatsAppNumberExists == true && $whatsAppNumberExists == true && $service_detail->enable_enquiry == 'Enabled') {{-- Enquire --}} @endif @endif{{ $product_detail->badge }}
@endif {{-- Image --}}{{ $product_detail->product_description }}
{{-- 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
"{{ $testimonial->review }}"
{{-- Image --}}{{ $testimonial->review_subtext }}
@endif
{{ Session::get('message') }}
{{ __('Please wait for the reply to be sent.') }}