@extends('admin/layouts/layoutMaster') @section('title', 'Manage Hostels') @section('vendor-style') @endsection @section('content')
| # | Name | Type | Manager | Floors | Rooms | ||
|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$list->name}} | {{$list->hostel_type}} | {{$list->hostel_manager}} | {{$list->num_of_floors}} Floor{{$list->num_of_floors>1 ? 's': ''}} | {{$list->num_of_rooms}} Rooms | {{$list->status}} | Edit |