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