@php $roomCount = $hotel->rooms->count(); $maxRooms = $hotel->maxRooms(); $canAddRoom = $hotel->canAddRoom(); $roomsLimitLabel = $hotel->plan?->roomsLimitLabel() ?? '—'; @endphp
Bulk edit. For quick add use Rooms.
{{ $roomCount }} room {{ $roomCount === 1 ? 'type' : 'types' }} configured @if($maxRooms > 0) · Plan limit: {{ $roomCount }} / {{ $maxRooms }} @else · {{ $roomsLimitLabel }} @endif