@extends('layouts.vertical', ['withLoader' => true]) @section('css') @endsection @section('breadcrumb')

Checklist

@endsection @section('content')
{{-- {{ route('enrollment-check.save') }} --}}
@csrf
Add new check
{{-- NAME --}}
{{--
--}}
Share this enrolment check with selective parents
@if(isset($rooms) && !empty($rooms)) @foreach ($rooms as $key=>$room)
{{$room->name}}
{{$room->description}}
@if(isset($room->childList) && !empty($room->childList))
@foreach ($room->childList as $child)
child
{{$child->name}}
@endforeach
@endif
@endforeach @endif
@endsection @section('script-bottom') @endsection