@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')

Schedule

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

@if(isset($schedules->rooms) && !empty($schedules->rooms))
Add holidays Add schedule
@endif
@endsection @section('content')
@if(isset($schedules->rooms) && !empty($schedules->rooms))
@php $count=1; @endphp @foreach($schedules->rooms as $room)
_id) || ($sroom == "" && $count == 1) ? 'show active' : '' }}" id="tab{{$count}}"> $room->_id ]) }}" class="btn btn-success btn-min-width room-message start" style="display:none;">Add schedule
Loading...
@php $count++; @endphp @endforeach
@else

Please add a room before creating schedules.

Add room
@endif
{{date('F Y')}} schedule

Note: 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.

@endsection @section('script-bottom') @endsection