@extends('layouts.vertical') @section('css') @endsection @section('breadcrumb')

New message

@endsection @section('content')
@csrf
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)
_id ? 'checked' : '' }}>
@php $count++; @endphp @endforeach
@endif
@endsection @section('script-bottom') @endsection