Medcare Room Types List

Generated on: {{ now()->format('M d, Y H:i') }}

@foreach($roomTypes as $type) @endforeach
ID Room Type Name & Description Status
{{ $type->id }} {{ $type->name }} @if($type->description)
{{ $type->description }}
@endif
{{ $type->status ? 'Active' : 'Inactive' }}