@if($childSearchResults->isNotEmpty())
👶 أطفال — نتائج البحث
@foreach($childSearchResults as $child)
{{ $child->name }}
{{ $child->code }} · {{ $child->guardian?->phone }}
@if($canManageChildren)
@endif
@endforeach
@endif
@if($staffSearchResults->isNotEmpty())
👥 طاقم العمل — نتائج البحث
@foreach($staffSearchResults as $employee)
{{ $employee->name }}
{{ $employee->code }}
@if($canManageStaff)
@endif
@endforeach
@endif
👶 لوحة اليوم — {{ niche_label('entities.child', 'الأطفال') }}
({{ $board['date'] }})
@include('nursery.partials.today-board', ['board' => $board])
@if($staffBoard !== null)
👥 لوحة اليوم — طاقم العمل
({{ $staffBoard['date'] }})
@include('nursery.partials.staff-today-board', ['staffBoard' => $staffBoard])
@endif
للمتابعة الأسبوعية والإجازات والتقارير → تبويب الأطفال أو طاقم العمل.