Message to children’s parents or staff.
Please note that this is a broadcast messaging tool and parents will not be able to respond directly to this message. Once a message is sent, it cannot be deleted or edited. To send and receive one-on-one or group messages to and from parents, please use our mobile/tablet application called "TeachKloud: Childcare App."
Send message to:
{{--
--}}
Of the following rooms:
@if(isset($rooms) && !empty($rooms))
@php $count = 1; @endphp
@foreach ($rooms as $room)
@php $count++; @endphp
@endforeach
@endif
Share with the selected parents
@foreach ($rooms as $key => $room)
@php $count = 0; @endphp
@foreach ($room->childList as $key => $child)
@if ($room->_id == $child->room)
@php $count += 1; @endphp
@endif
@endforeach
@if ($count == 0)
Child not found in this room. Please add child in this room.
@endif
@endforeach