@extends('layouts.app') @section('title', 'hostel room') @section('content') Hostel Manage Rooms @foreach($hostel_room as $row) {{$row->room_name }} {{$row->bed_capacity }} bed {{$row->vecant }} vacant @if($row->vecant == 0) @else @endif @endforeach @stop
{{$row->room_name }}
{{$row->vecant }} vacant