@vite(['resources/sass/app.scss', 'resources/js/app.js']) @if (app()->getLocale() === 'he') @endif {{-- Sidebar CSS --}} {{-- Main css --}} @yield('css')
{{-- Sidebar --}} @include('layouts.sidebar') {{-- Main Content --}}
@yield('content')
@yield('js') @include('partials.modals.add-note-modal')