= $this->extend('layout/management_layout') ?>
= $this->section('content') ?>
Emergency Contact Information
| Parent Name |
Students |
Contact Name |
Relation |
Phone |
Actions |
0) {
return '' . $label . '';
}
return $label;
}, $group['students']);
$studentsCell = implode('
', $studentNames);
?>
|
= esc($group['parent_name']) ?>
= esc($group['parent_name']) ?>
|
= $studentsCell ?> |
= esc($contact['emergency_contact_name']) ?> |
= esc($contact['relation']) ?> |
|
Delete
|
';
?>
= $modals ?>
= $this->endSection() ?>
= $this->section('scripts') ?>
= $this->endSection() ?>