@extends('frontend.layouts.app') @section('title', 'Rooms & Suites | CCULB Resort') @section( 'meta_description', 'Explore the rooms and suites of CCULB Resort and find the ' .'perfect accommodation for your relaxing stay in Gazipur.' ) @section('content')
Refined Comfort in Nature

Rooms & Suites

Thoughtfully designed accommodation for peaceful holidays, family time and memorable resort experiences.

Home Rooms & Suites
Choose Your Stay

Discover Our Accommodation

Every room is designed to bring together comfort, privacy and the calm natural surroundings of CCULB Resort.

@if ($roomTypes->isNotEmpty())
@foreach ($roomTypes as $roomType)
@if ($roomType->featured_image) {{ $roomType->name }} @else
CCULB Resort
@endif
@if ( $roomType->discount_price && $roomType->discount_price < $roomType->base_price ) Special Rate @endif @if ($roomType->view_type) {{ $roomType->view_type }} @endif
@if ($roomType->small_title) {{ $roomType->small_title }} @endif

{{ $roomType->name }}

@if ($roomType->maximum_guests) {{ $roomType->maximum_guests }} {{ $roomType->maximum_guests > 1 ? 'Guests' : 'Guest' }} @endif @if ($roomType->bed_type) {{ $roomType->bed_type }} @endif @if ($roomType->room_size) {{ $roomType->room_size }} @endif
@if ($roomType->short_description)

{{ \Illuminate\Support\Str::limit( $roomType->short_description, 150 ) }}

@endif @if ( is_array($roomType->amenities) && count($roomType->amenities) )
@foreach ( array_slice( $roomType->amenities, 0, 4 ) as $amenity ) {{ $amenity }} @endforeach
@endif
@endforeach
@else
CCULB Resort

Our Rooms Are Being Prepared

Accommodation information will be available here soon. Please contact us for reservation assistance.

Contact the Resort
@endif
Need Help Choosing?

Plan Your Perfect Resort Stay

Contact our reservation team for room availability, group bookings and personalized assistance.

Contact for Reservation
@endsection @push('styles') @endpush