@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- 1. FIXED REUSABLE SIDEBAR COMPONENT --}} @include('components.rp-sidebar') {{-- 2. WORKSPACE GRID WRAPPER (Padded Left on Desktop) --}}
{{-- 3. FIXED REUSABLE TOPBAR COMPONENT --}} @include('components.rp-topbar') {{-- 4. APPLICATION MAIN CONTENT VIEW PORTAL --}}
{{ $slot }}