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