@extends('layouts.admin')
@section('title', $roomType->name)
@section('content')
Base Rate: {{ number_format($roomType->base_rate, 2) }}
Occupancy: {{ $roomType->max_adults }} adults, {{ $roomType->max_children }} children (max {{ $roomType->max_occupants }})
Status:
{{ $roomType->description }}
@endif @if($roomType->amenities->isNotEmpty())Amenities: {{ $roomType->amenities->pluck('name')->join(', ') }}
@endif| # | Floor | Status |
|---|---|---|
| {{ $room->number }} | {{ $room->floor ?? '—' }} |