{{-- FAVICONS --}} {{-- META TAGS --}} {{ global_setting()->meta_title ?? global_setting()->name }} @vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles @include('sections.theme_style', [ 'baseColor' => global_setting()->theme_rgb, 'baseColorHex' => global_setting()->theme_hex, ]) @if (File::exists(public_path() . '/css/app-custom.css')) @endif
@yield('content') {{ $slot ?? '' }}
@stack('modals') @livewireScripts @include('layouts.update-uri') @include('layouts.service-worker-js') @stack('scripts')