@extends('layouts.hirbnd') @section('title', 'Standard Rooms - HIRBND') @section('page-title', 'Standard Rooms') @push('styles') @endpush @section('content')
Total Room Types
{{ count($roomTypes) }}
Tracking Period
12 Months
Data Source
BC API
@foreach($roomTypes as $code => $name)
{{ $code }}
{{ $name }}
Click to view rooms
@endforeach
@endsection