@extends('layouts.vertical') @section('css') @endsection @section('breadcrumb')

Occupancy report setup

@endsection @section('content')
@csrf
Set opening days and times

Select all days in which you are open, these days will be automatically shown in the parent waitlist form

@foreach(config('constant.collection_days') as $key => $day)
@endforeach
Set capacity for rooms

Set the maximum number of children for each room

@if(isset($rooms) && !empty($rooms)) @foreach($rooms as $key => $room)
@endforeach @endif
@endsection @section('script-bottom') @endsection