@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-with-search',compact('title','desc'))
@php $thumb = "1.webp"; $price = "120$"; $title = "Executive Room"; $desc = "Our rooms offer a harmonious blend of comfort and elegance, designed to provide an exceptional stay for every guest."; @endphp @include('Frontend.Components.room-card-four',compact('thumb','price','title', 'desc')) @php $thumb = "2.webp"; $price = "140$"; $title = "Single Room"; $desc = "Also known as a Classic Room or Single Room, this is the most basic type of room, usually featuring essential amenities."; @endphp @include('Frontend.Components.room-card-four', compact('thumb','price','title', 'desc')) @php $thumb = "3.webp"; $price = "15$"; $title = "Tripple Room"; $desc = "Our rooms offer a harmonious blend of comfort and elegance, designed to provide an exceptional stay for every guest."; @endphp @include('Frontend.Components.room-card-four', compact('thumb','price','title', 'desc')) @php $thumb = "4.webp"; $price = "140$"; $title = "Connecting Room"; $desc = "Designed for business travelers, these rooms usually have additional workspaces and business amenities."; @endphp @include('Frontend.Components.room-card-four', compact('thumb','price','title', 'desc')) @php $thumb = "5.webp"; $price = "120$"; $title = "Accessible Room"; $desc = "A larger room or a series of connected rooms, often with separate living and sleeping areas. Types of suites include:"; @endphp @include('Frontend.Components.room-card-four', compact('thumb','price','title', 'desc')) @php $thumb = "6.webp"; $price = "140$"; $title = "Double Room"; $desc = "Our rooms offer a harmonious blend of comfort and elegance, designed to provide an exceptional stay for every guest."; @endphp @include('Frontend.Components.room-card-four', compact('thumb','price','title', 'desc'))
@php $top = "Testimonial"; $title = "What Our Client Say"; @endphp @include('Frontend.Components.sec-top',compact('top','title'))
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.
Al Amin Khan
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
Fortune It Solutions
@include('Frontend.Footer.footer__common') @endsection