@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() !!} {{-- Fontawesome CSS --}} {{-- Google Fonts: Imperial Script --}} {{-- Google Fonts: Rethink --}} {{-- Slick --}} {{-- 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
{{-- Profile Image --}}
{{ $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', 'email', 'instagram', 'facebook']))
{{-- Phone --}}
@if ($feature->type == 'tel')
@endif
{{-- Facebook --}}
@if ($feature->type == 'facebook')
@endif
{{-- Email --}}
@if ($feature->type == 'email')
@endif
{{-- Instagram --}}
@if ($feature->type == 'instagram')
@endif
@endif
@endforeach
{{ $feature->content }}
@endif @endforeach{{ $feature->content ?? '' }}
@endforeach
{{ __($day) }}
{{ __($business_hours->$day ?: __('Closed')) }}
{{ __('Always Open') }}
{{ __('We’re available 24/7 to serve you!') }}
{{-- Check appointment slots in the calendar --}}
@if ($plan_details['appointment'] == 1)
@if ($appointment_slots != null)
@foreach (explode('.', $payment->content) as $sentence)
@if (trim($sentence))
{{ trim($sentence) }}
@endif
@endforeach
{{ Session::get('message') }}
{{ __('Please wait for the reply to be sent.') }}