@extends('fronted.layout.main') @section('adcontent')

Total Room :-{{ $roomnumber }}

Total Seat :- {{ $totalseats }}

Engaged Seat :- {{ $engagedseats }}

Vacant:- {{ $vacantSeats }}

@if (!$subscriptionDetails['status']) @if (!isset($subscriptionDetails['purchedSeats'])) @endif @endif @if ($message = Session::get('warning')) @endif @if ($message = Session::get('SubscriptionAdd')) @endif @if ($message = Session::get('danger')) @endif @if ($message = Session::get('subscriptionError')) @endif @if (session()->has('roomerror') && session()->has('activeUpgradeBtn')) @elseif(session()->has('roomerror')) @endif
@csrf
Room No Room Type No.Of Seats No. Of Candidate Rent Action

@error('roomno') {{ $message }} @enderror

@error('roomtype') {{ $message }} @enderror

@error('nocandidate') {{ $message }} @enderror

@error('rent') {{ $message }} @enderror

@foreach ($roomData as $index => $temp) @endforeach
S.N0 Room No Room Type No.Of Seats No. Of Candidate Rent Action
{{ $index + 1 }} {{ $temp->roomno }} {{ strtolower($temp->roomtype) }} {{ $temp->numberseats }} {{ $temp->totalActiveInRoom() }} ₹ {{ $temp->rent }}
@csrf
Download pdf
@endsection