@extends('layouts/ums_layout') @section('title', '| Room Category') @section('content') @include('successMsg')

ROOM CATEGORY

{{--

ROOM CATEGORY

--}}
{{ csrf_field() }} @foreach($roomCategorys as $roomCategory) @endforeach
SL# Name Actions
{{++$no}} {{$roomCategory->name}}  
@include('dataTableScript') @endsection