@extends('layouts.vertical') @section('css') @endsection @php $CurrentSchedule = null; $is_some_schedule_exist = false; $sroom = ""; if(app('request')->input('room')){ $sroom = app('request')->input('room'); } @endphp @section('breadcrumb')
Use this section to add schedules (e.g. Toddler Room - 9am – 5pm) or sessions (e.g. Breakfast Club). Schedule’s are visible here and in the attendance section of the Mobile Application. Watch our tutorial video on Schedule.
Please use this button to enable booking feature for parents: bookingEnabled) && ($schedules->bookingEnabled == true && $schedules->bookingEnabled == "true") ? "checked" : ""}}>
Learn how to set up the booking feature here
Please add a room before creating schedules.
Add roomNote: Funding will only be applied according to the billing type. Example: if the billing type is “attendance” then the system won't apply “session funding” to the invoice.