@extends('layouts/ums_layout') @section('title', '| Room') @section('content') @include('successMsg')

Booked Room for Admission Test

{{ csrf_field() }} @foreach($rooms as $room) @foreach($room->admTestRoom as $admTestRoom)
Warning: Undefined variable $room in /home/shikkhaplus/public_html/resources/views/ums/admission/admissionTestRoom/viewbookAdmTestRoom.blade.php on line 46

Warning: Attempt to read property "admTestRoom" on null in /home/shikkhaplus/public_html/resources/views/ums/admission/admissionTestRoom/viewbookAdmTestRoom.blade.php on line 46

Warning: foreach() argument must be of type array|object, null given in /home/shikkhaplus/public_html/resources/views/ums/admission/admissionTestRoom/viewbookAdmTestRoom.blade.php on line 46

Warning: Undefined variable $room in /home/shikkhaplus/public_html/resources/views/ums/admission/admissionTestRoom/viewbookAdmTestRoom.blade.php on line 57

Warning: Attempt to read property "capacity" on null in /home/shikkhaplus/public_html/resources/views/ums/admission/admissionTestRoom/viewbookAdmTestRoom.blade.php on line 57
@endforeach @endforeach
SL# Building Name Building No. Floor No. Category Room No. Capacity Department Tracking No From Tracking No To Total Applicants Actions
{{++$no}} {{$room->floor->building->buildingName}} {{$room->floor->building->buildingNo}} {{$room->floor->floor}} {{$room->roomCategory->name}} {{$room->roomNo}}-{{$room->name}} {{$room->capacity}} {!!$department!!} {!!$trackingNoFrom!!} {!!$trackingNoTo!!} {!!$totalStudents!!}  
@include('dataTableScript') @endsection