@extends('layouts.admin') @section('page-title') Room Types List @endsection @section('page-top-title') Room Types @endsection @section('content-body')
| Type ID | Room Type | Description | Actions |
|---|---|---|---|
| {{ $roomType->id }} | {{ Str::upper($roomType->name) }} | {{ $roomType->description }} | {{-- Delete --}} |