@filamentStyles @livewireStyles @if(file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @elseif(file_exists(public_path('build/manifest.json'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @endif @unless(file_exists(public_path('hot')) || file_exists(public_path('build/manifest.json'))) @endunless @include('nursery.partials.theme-css-vars') @include('nursery.partials.finance-shell-colors') @stack('styles')
@include('layouts.partials.erp-global-navbar')

{{ niche_module_label('nursery') }}

@yield('topbar_subtitle', 'إدارة الحضانة اليومية')

{{ niche_module_label('nursery') }}
@yield('content')
{{ niche_module_label('nursery') }}
@include('layouts.partials.erp-shell-footer-scripts') @stack('scripts')