@extends('layouts.vertical') @section('css') @endsection @php $selected_child = $selected_room = ""; if(app('request')->input('child')){ $selected_child = app('request')->input('child'); } if(app('request')->input('room')){ $selected_room = app('request')->input('room'); } @endphp @section('breadcrumb')
If a child has any overlapping schedules, you can manage it here. We recommend removing any overlapping schedules, otherwise the child's invoice may show duplicate sessions and charges.
This child has no overlapping schedules.