@extends('layouts.applicant') @section('content')
@if(!empty($status)) {{strtoupper($status)}} @endif
@if (count($errors) > 0)
@endif @if(session('status'))
{{session('status')}}
@endif @if(count($details)>0)
@foreach($details as $m) @if($sel==0) @else @endif @endforeach
# Name RegNo Hostel RoomCategory Semesters Status
{{$coun}} {{$m->first_name." ".$m->middle_name." ".$m->last_name}} {{$m->reg_num}} {{$m->hostel}} {{$m->category}} {{$m->semester}} SemestersNot AllocatedAllocated
@elseif(count($hostels)>0)
{{csrf_field()}}

AGREEMENT

By Clicking "I Agree" you accept to the fact of the following statement.

I, {{strtoupper(Auth::User()->name)}} , hereby agree that I shall abide by the rules and regulations governing the conduct of students in the hostels.
I AGREE
@else
please click here to update your Gender. Update Details
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