{{-- ================= META ================= --}} Goodwill Finance :: @yield('title') {{-- ================= CORE STYLES ================= --}} @vite(['resources/css/app.css', 'resources/js/app.js']) {{-- ================= VENDOR CSS ================= --}} {{-- ================= CUSTOM CSS ================= --}} @yield('styles') @stack('styles') {{-- ================= PRELOADER ================= --}}
{{-- ================= MAIN WRAPPER ================= --}} {{-- ================= CORE LIBS ================= --}} {{-- 1. jQuery MUST load first (no defer) --}} {{-- 2. jQuery plugins --}} {{-- 3. Non-jQuery libs --}} {{-- 4. Swiper Element bundle (required for ) --}} {{-- 5. Nepali Datepicker --}} {{-- ================= GLOBAL SCRIPTS ================= --}} {{-- ================= PAGE SCRIPTS ================= --}} @yield('scripts') @stack('scripts')