@extends('Frontend.Layouts.app') @section('page_title', 'Room Style One Template') @section('content') @include('Frontend.Header.header') @php $title = "Deluxe Room"; $desc = "A step up from the standard room, often with better views, more space, and additional amenities."; @endphp @include('Frontend.Components.page-hero',compact('title','desc')) @php $class = "is__page has__border pt-120 pb-60"; $attr = ""; @endphp @include('Frontend.Partials.advance__search',compact('class','attr'))
@php $thumb = "1.webp"; $price = "120$"; $title = "Deluxe 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',compact('thumb','price','title', 'desc'))
@php $thumb = "1.webp"; $price = "140$"; $title = "Single 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',compact('thumb','price','title', 'desc'))
@php $thumb = "3.webp"; $price = "150$"; $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',compact('thumb','price','title', 'desc'))
@php $thumb = "4.webp"; $price = "120$"; $title = "Tirple 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',compact('thumb','price','title', 'desc'))
@php $thumb = "5.webp"; $price = "140$"; $title = "Connecting 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',compact('thumb','price','title', 'desc'))
@php $thumb = "6.webp"; $price = "140$"; $title = "Accessible 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',compact('thumb','price','title', 'desc'))
@php $title = "Testimonial"; $bigTitle = "What Our Client Say"; @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
@include('Frontend.Footer.footer__common') @endsection