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

Rooms

Click here to learn how to edit, delete and manage rooms. Watch our short demo on how to use the TeachKloud: Childcare App here.

@endsection @section('content') @if(isset($rooms) && !empty($rooms)) @foreach ($rooms as $room)
{{$room->name}}
{{$room->description}}
@if(isset($room->childList) && empty($room->childList)) Add child @endif
@if(isset($room->childList) && !empty($room->childList)) @endif
@endforeach @endif @endsection @section('script-bottom') @endsection