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

Remove {{$room->name}}

@endsection @section('content')
@csrf
Move the children
Move the children to another room before removing {{$room->name}}.
@if(isset($children) && !empty($children)) @php $child_count = 0; @endphp @foreach($children as $child)
@php $child_count++; @endphp @if($child_count%2 == 0)
@endif @endforeach @endif
Cancel
@endsection @section('script-bottom') @endsection