{{-- Replace with your actual favicon links --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @vite(['resources/css/app.css', 'resources/js/app.js']) @stack('meta_tags') {{-- For OpenGraph, Twitter Cards etc. --}} @livewireStyles @stack('styles')
{{-- Optional Top Bar for quick contacts or announcements --}}
@if(setting('contact_phone')) {{ setting('contact_phone') }} @endif @if(setting('contact_email')) {{ setting('contact_email') }} @endif
{{-- Add any other relevant top-bar info, e.g., a short promo --}}
{{-- Added relative for potential absolute positioning within --}} @yield('content')
{{-- WhatsApp Floating Widget --}} @if(setting('contact_phone')) @endif @livewireScripts @stack('scripts') @stack('structured_data') {{-- For JSON-LD --}}