{{-- Favicon --}} @php $site_favicon = get_attachment_image_by_id(get_static_option('site_favicon'), 'full', false); @endphp @if (!empty($site_favicon)) @endif {{-- Apply saved theme before CSS paints to prevent flash --}} {{-- Fonts --}} {{-- Toastr --}} {{-- Admin design system --}} {{-- Action dropdown styles --}} {{-- Per-page extra styles --}} @yield('admin_styles')
@include('backend.layout.partials.sidebar-tailwind')
@include('backend.layout.partials.topbar-tailwind')
@yield('content')
{{-- Toastr requires jQuery, so we include it strictly for Toastr's usage --}} {!! Toastr::message() !!} {{-- Fix: pops inside overflow-x:auto tables get clipped. Reposition as fixed. --}} {{-- SweetAlert2 + global confirm handlers --}} {{-- Per-page scripts --}} @yield('script')