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

Add holiday

@endsection @section('content')
@csrf
@if(isset($rooms) && !empty($rooms)) @foreach ($rooms as $room) @if(isset($room->childList) && !empty($room->childList)) @foreach ($room->childList as $child)
@endforeach @endif @endforeach @endif
Set holiday
Select dates
@endsection @section('script-bottom') @endsection