{{-- CSRF Token --}} {{-- Store icon and color --}} @if(isset($business_card_details->seo_configurations) && json_decode($business_card_details->seo_configurations)->favicon != null) @else @endif {{-- CSS --}} {{-- Google Fonts: Outfit --}} {{-- Google Fonts: Fustat --}} {{-- 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 {{-- JS --}} {{-- SEO Tags --}} {!! SEOMeta::generate() !!} {!! OpenGraph::generate() !!} {!! Twitter::generate() !!} {!! JsonLd::generate() !!}
{{-- Page --}}
@include('templates.store.e-commerce.includes.header', [ 'bg_color' => 'e-commerce-blue', 'badge_color' => 'red', ])
{{-- Content --}}

{{ __($pageTitle) }}

{!! $pageContent ?? '' !!}
@include('templates.includes.bottom-bar', ['color' => 'e-commerce-blue','bg' => 'light'])
{{-- Cart Items --}}

{{ __('Cart Items') }}

{{ __('Your cart is empty.') }}

{{ __('Start Shopping') }}
{{-- Place order --}} {{-- WharApp Chat --}} @include('templates.includes.whatsapp-float', ['businessImage' => $business_card_details->profile, 'businessName' => $card_details->title, 'whatsappNumber' => $enquiry_button]) {{-- Custom JS --}} @yield('custom-js')