@if(!empty($status)) {{strtoupper($status)}} @endif
@if (count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(session('status'))
{{session('status')}}
@endif
@if(count($details)>0)
# |
Name |
RegNo |
Hostel |
RoomCategory |
Semesters |
Status |
@foreach($details as $m)
{{$coun}} |
{{$m->first_name." ".$m->middle_name." ".$m->last_name}} |
{{$m->reg_num}} |
{{$m->hostel}} |
{{$m->category}} |
{{$m->semester}} Semesters |
@if($sel==0)
Not Allocated |
@else
Allocated |
@endif
@endforeach
@elseif(count($hostels)>0)
@else
Sorry! Unfortunately,there is no hostel which is open for applications.Please keep on checking the portal.We are sorry for the inconvinience.
Thank You!
@endif
@stop