{{$bussinessData->businessname}}

Email:{{ $bussinessData->email }} Mobile:{{ $bussinessData->mobile }}, {{ $bussinessData->mobile_secondary }}
Address:{{ $bussinessData->address }}, {{ $bussinessData->city }}, {{ $bussinessData->state }}, {{ $bussinessData->pincodede }}
@if($bussinessData->pic && file_exists(public_path('assets/uploads/'.$bussinessData->getRawOriginal('pic')))) @else @endif

Room Seat Availability Report

Total Room Total Seat Engaged Seat Vacant
{{$totalRoom}} {{$totalSeat}} {{$engagedSeat}} {{$vacantSeats}}
@forelse($roomSeats as $key => $data) @empty @endforelse
S.NO Room NO Room Type No.Of Seats No. Of Candidate Rent
{{$key + 1}} {{$data->roomno}} {{$data->roomtype}} {{$data->numberseats}} {{$data->totalActiveInRoom()}} {{$data->rent}}
data not found