@extends('Frontend.Layouts.app') @section('page_title', 'Hotel and Resort Laravel 12 Template') @section('content') @include('Frontend.Header.header') @php $title = "About Us"; $desc = "Welcome to Bokinn, where luxury meets comfort in the heart of canada."; @endphp @include('Frontend.Components.page-hero',compact('title','desc'))
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
Facility

Hotel Facilities

@php $class = 'no-border is__home__three'; $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__three'; $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__three'; $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__three'; $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 = "Our Team"; $title = "Meet The Team"; @endphp @include('Frontend.Components.sec-top',compact('top','title'))
Jonathon Doe Assitant Manager
Emma Elizabeth General Manager
Jhon Doe Quality Inspector
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.
Emran Hossain
COO of Apex Solutions
@include('Frontend.Footer.footer__common') @endsection