@extends('layouts.nursery') @section('title', 'إضافة فصل') @section('content')

إضافة فصل

بيانات الفصل — الاسم، السعة، والفئة العمرية

@include('nursery.partials.classroom-form', [ 'classroom' => null, 'formAction' => route('nursery.classrooms.store'), 'formMethod' => 'POST', 'submitLabel' => 'حفظ', 'ageGroupLabels' => $ageGroupLabels, ])
@endsection