@extends('layouts/layoutMaster') @section('title', 'Hostel Allotment') @section('vendor-style') @endsection @section('content')

Explore Our Available Hostels

@if($lists) @foreach($lists as $key => $list)
{{$list->name}}
{{$list->name}}
Available

{{$list->address}}

  • Type: {{$list->hostel_type}} Hostel
  • Floors: {{$list->num_of_floors}} Floor{{$list->num_of_floors>1?'s':''}}
  • Total Rooms: {{$list->num_of_rooms}} Rooms
{{$list->light}} {{$list->water}} {{$list->aircondition}}
@csrf
@endforeach @else

No Available Hostel

Please check back later.

@endif
{{ $lists->links() }}
@if ($errors->any()) @endif @if (session('success')) @endif
@csrf
@section('vendor-script') @endsection @endsection