Generated on: {{ now()->format('M d, Y H:i') }}
| ID | Room Type Name & Description | Status |
|---|---|---|
| {{ $type->id }} |
{{ $type->name }}
@if($type->description)
{{ $type->description }}
@endif
|
{{ $type->status ? 'Active' : 'Inactive' }} |