@extends('Frontend.Layouts.app') @section('page_title', 'Hotel and Resort Laravel 12 Template') @section('content') @include('Frontend.Header.header-four') @php $class = "is__home__four wow fadeInUp"; $attr = "data-wow-delay='.5s'"; @endphp @include('Frontend.Partials.advance__search',compact('class','attr'))
About Us

Welcome To Our Moonlit Hotel & Resort

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.

sign
Room

Our Rooms

Timberline Hideaway Hotel
200$
Rocky Ridge Room
140$
Timberline Hideaway Hotel
200$
Our Service

Our Services

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.

Facilities

Hotel Facilities

@php $class = 'no-border is__home radius-6'; $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 radius-6'; $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 radius-6'; $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 radius-6'; $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 $title = "Testimonial"; $bigTitle = "What Our Client Say About Us"; @endphp @include('Frontend.Components.sec-top-3',compact('title','bigTitle'))
+
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.
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.
Sarah Martinez
COO of Apex Solutions
@php $top = "Blog"; $title = "See Our Latest Blog"; @endphp @include('Frontend.Components.sec-top',compact('top','title'))
@include('Frontend.Footer.footer__four') @endsection