@extends('layouts.nursery') @section('title', niche_label('entities.classroom', 'الفصول')) @section('content')
إدارة {{ niche_label('entities.classroom', 'الفصول') }}
|
اسم الفصل
|
السعة
|
الفئة العمرية
|
الأطفال في الفصل
|
الحالة
|
إجراءات |
|---|---|---|---|---|---|
| {{ $room->name }} | {{ $room->capacity ?? '—' }} طفل | {{ \App\Support\NurseryClassroomAgeGroups::labelsFor($room->age_groups) }} | {{ $room->active_children_count }} @if($room->capacity) / {{ $room->capacity }} @endif مسجّلون حالياً | @if($room->is_active) نشط @else مؤرشف @endif |
@if($room->is_active || $canManage)
|
|
لا يوجد أي فصول لعرضها! أضف أول فصل لحضانتك داخل هذا القسم. @if($canManage) + إضافة فصل @endif |
|||||