@if($settings && method_exists($settings, 'getFaviconUrl') && $settings->getFaviconUrl()) @endif @livewireStyles {{-- Category Sidebar Overlay --}} {{-- Category Sidebar --}} {{-- Header --}}
@yield('content')
{{-- Footer --}}
@livewireScripts @yield('scripts') {{-- ==================== LOCATION SERVICE AREA CHECK ==================== --}} {{-- Add this code BEFORE the closing tag in shop-layout.blade.php --}} {{-- Location Service Modal --}} {{-- Location Permission Modal --}} {{-- ==================== LOCATION SERVICE AREA CHECK ==================== --}} {{-- Add this code BEFORE the closing tag in shop-layout.blade.php --}} @if($settings->location_restriction_enabled ?? false) {{-- Location Service Modal --}} {{-- Location Permission Modal --}} {{-- Service Available Modal (Success) --}} @endif {{-- function testLocation(lat, lng) { const distance = calculateDistance(lat, lng, SHOP_LOCATION.lat, SHOP_LOCATION.lng); console.log('Test location:', lat, lng); console.log('Distance:', distance.toFixed(2), 'km'); if (distance > SERVICE_RADIUS_KM) { showLocationModal(distance); } else { showSuccessModal(distance); } } --}}