{{-- --}} {{-- pwa and app icons --}} @livewireStyles @auth @if (Auth::user()->theme == 'dark') @elseif(Auth::user()->theme == 'light') @else @endif @endauth
@include('inc.left_side_bar')
@include('inc.right_side_bar')
@include('inc.top_bar')
@yield('content')
@livewire('alerts') @livewire('user-tracker') {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @livewireScripts