{{-- vendor/datatables/css/jquery.dataTables.min.css --}} @yield('css') @stack('css') {{-- --}} @include('components.common.preloader')
@include('layouts.templates.header') @include('layouts.templates.sidebar')
@yield('content')
@include('layouts.templates.footer')
@vite(['resources/js/app.js']) {{-- --}} {{-- Pusher is bundled in Vite app.js - do NOT load from CDN or we get duplicate connections --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @yield('js') @stack('js')