@extends('Frontend.Layouts.app') @section('page_title', 'Hotel and Resort Laravel 12 Template') @section('content') @include('Frontend.Header.header-four')
Room

Our Rooms

Our rooms offer a harmonious blend of comfort and elegance, designed to provide an exceptional stay for every guest. Each room features plush bedding, high-quality linens, and a selection of pillows to ensure a restful night's sleep.

Sunset Shores Hotel
100$
Paradise Palms Beach
130$
Sunshine Bay Hotel
150$
Waldorf Astoria Hotels
150$
@php $title = "About Us"; $bigTitle = "Welcome To Our Moonlit Hotel & Resort"; @endphp @include('Frontend.Components.sec-top-3', compact('title', 'bigTitle'))

Welcome to Bokinn, where luxury meets comfort in the heart of canada. Since 1999, we have been dedicated to providing an exceptional stay for our guests, blending modern amenities with timeless elegance.Our beautifully designed rooms and suites offer stunning views and plush accommodations, ensuring a restful retreat whether you're here for business or leisure.

@php $title = "Our Service"; $bigTitle = "Our Services"; @endphp @include('Frontend.Components.sec-top-3',compact('title','bigTitle'))

Our rooms offer a harmonious blend of comfort and elegance, designed to provide an exceptional stay for every guest. Each room features plush bedding, high-quality linens, and a selection of pillows to ensure a restful night's sleep.

Testimonial

What Our Client Say

Choosing Bokinn was one of the best decisions we've ever made. They have proven to be a reliable and innovative partner, always ready to tackle new challenges with and expertise.Their commitment to and delivering tailored.
Sarah Martinez
COO of Apex Solutions
Choosing Bokinn was one of the best decisions we've ever made. They have proven to be a reliable and innovative partner, always ready to tackle new challenges with and expertise.Their commitment to and delivering tailored.
Alamin Hossen
Sr. Frontend
Choosing Bokinn was one of the best decisions we've ever made. They have proven to be a reliable and innovative partner, always ready to tackle new challenges with and expertise.Their commitment to and delivering tailored.
Sarah Martinez
COO of Apex Solutions
@php $title = "Facility"; $big_title = "Apartment Facilities"; @endphp @include('Frontend.Components.sec-top-3',compact('title','big_title'))
@php $class = 'no-border is__home__six'; $icon = 'assets/images/icon/bed.svg'; $link = '#'; $title = 'Rooms and Suites'; $desc = 'Varied types of rooms, from standard to luxury suites, equipped with essentials like beds.'; @endphp @include('Frontend.Components.card', compact('class', 'icon', 'link', 'title', 'desc'))
@php $class = 'no-border is__home__six'; $icon = 'assets/images/icon/security.svg'; $link = '#'; $title = '24-Hour Security'; $desc = 'On-site security personnel and best surveillance. from standard to luxury suites,Secure storage for valuables.'; @endphp @include('Frontend.Components.card', compact('class', 'icon', 'link', 'title', 'desc'))
@php $class = 'no-border is__home__six'; $icon = 'assets/images/icon/gym.svg'; $link = '#'; $title = 'Fitness Center'; $desc = 'Equipped with exercise machines and weights.Offering massages, facials, and other treatments.'; @endphp @include('Frontend.Components.card', compact('class', 'icon', 'link', 'title', 'desc'))
@php $class = 'no-border is__home__six'; $icon = 'assets/images/icon/swimming-pool.svg'; $link = '#'; $title = 'Swimming Pool'; $desc = 'Indoor or outdoor pools for leisure or exercise.Offering massages, facials, and other treatments.'; @endphp @include('Frontend.Components.card', compact('class', 'icon', 'link', 'title', 'desc'))
@php $top = "Event"; $title = "Our Recent Beachside Events"; @endphp @include('Frontend.Components.sec-top-2',compact('top','title'))
March 26, 2024
Your Perfect Event, Our Oceanfront Paradise
The Ritz-Carlton (California, USA)
March 26, 2024
Coastal Elegance for Unforgettable Moments
The Ritz-Carlton (USA)
March 26, 2024
Comfortable Room with En-Suite Bathroom
The Ritz-Carlton (USA)
March 26, 2024
Elegant Apartment with Private Terrace
The Ritz-Carlton (California, USA)
@include('Frontend.Footer.footer__six') @endsection