(int) ($this['class_section_id'] ?? 0), 'class_section_name' => (string) ($this['class_section_name'] ?? ''), 'semester' => (string) ($this['semester'] ?? ''), 'school_year' => (string) ($this['school_year'] ?? ''), 'description' => (string) ($this['description'] ?? ''), 'main_teachers' => array_values($this['main_teachers'] ?? []), 'teacher_assistants' => array_values($this['teacher_assistants'] ?? []), 'parents' => WhatsappClassSectionParentResource::collection($this['parents'] ?? []), ]; } }