Add children in {{$scheme->name}}
Tap to select the children.
@php $count = 0; @endphp
@if(isset($scheme->rooms) && !empty($scheme->rooms))
@foreach($scheme->rooms as $key => $room)
@if(isset($room->childs) && !empty($room->childs))
@foreach($room->childs as $child)
@if($type == 1)
@else
@endif
@php $count++; @endphp
@endforeach
@endif
@endforeach
@endif