{{-- --}} @stack('css') @livewireStyles @if ($business->where('type', 'google_analytics')->first()->value == 1) @endif @foreach (session('flash_notification', collect())->toArray() as $message) @endforeach @yield('script') @stack('script') @livewireScripts @stack('modals')