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

Holidays

If you are using Billing Parents, please note that any holidays added here, will not be included in parental invoices (e.g. parents are not charged for any holiday periods). Any holidays added here are also reflected in the attendance schedule. Subscription packages are not linked to attendance schedules or holidays. If you are using subscription packages, you’ll need to stop recurring billing manually for any holiday periods.

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