@extends('layouts.vertical') @section('css') @endsection @php $is_child = ""; $is_child_exist = false; if(app('request')->input('c')){ $is_child = app('request')->input('c'); } if(app('request')->input('child')){ $is_child = app('request')->input('child'); } @endphp @section('breadcrumb')

Create schedule

@endsection @section('content')
@csrf
Children of {{!empty($selectedRoom) ? $selectedRoom->name : ''}}

Tap to select the children.

@if(isset($schedule->nonScheduledChilds) && !empty($schedule->nonScheduledChilds)) @foreach($schedule->nonScheduledChilds as $child)
@endforeach @php $is_child_exist = true; @endphp @else

No children found

Back
@endif
@if($is_child_exist)
To
To
A schedule has not been created for this day.
To
A schedule has not been created for this day.
To
A schedule has not been created for this day.
To
A schedule has not been created for this day.
To
A schedule has not been created for this day.
To
A schedule has not been created for this day.
To
A schedule has not been created for this day.
@endif
@if($is_child_exist)
@endif
@endsection @section('script-bottom') @endsection