{{-- CSRF Token --}} {{-- Store icon and color --}} @if(isset($business_card_details->seo_configurations) && json_decode($business_card_details->seo_configurations)->favicon != null) @else @endif {{-- Fonts --}} {{-- CSS --}} {{-- Font --}} {{-- 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.includes.header', ['bg_color' => 'blue', 'badge_color' => 'danger'])

{{ __('Categories') }}

@if (count($categories) > 0)
@foreach ($categories as $category) @endforeach
@else

{{ __('No Categories Found') }}

@endif
@include('templates.includes.bottom-bar', ['color' => 'blue', 'bg' => 'dark'])
{{-- 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')