@extends('Frontend.Layouts.app') @section('page_title', 'Hotel and Resort Laravel 12 Template') @section('content') @include('Frontend.Header.header-three')
@php $top = "Apartment"; $title = " Our Apartment"; $desc = "Our rooms offer a harmonious blend of comfort and elegance, designed to provide an exceptional stay for every guest Each room features plush bedding."; @endphp @include('Frontend.Components.sec-top-2',compact('top','title','desc'))
apartment
Elegant Apartment
200$
apartment
Elegant Apartment
200$
apartment
Elegant Apartment
200$
apartment
Elegant Apartment
200$
@php $title = "Facility"; $big_title = "Apartment Facilities"; @endphp @include('Frontend.Components.sec-top-3',compact('title','big_title'))
@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 $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
Watch Now * Watch Now * Watch Full Video *
@php $top = "Blog"; $title = "See Our Latest Blog"; @endphp @include('Frontend.Components.sec-top-2',compact('top','title'))
@php $title = "Our Service"; $bigTitle = "Our Services"; @endphp @include('Frontend.Components.sec-top-3',compact('title','bigTitle'))
service image
Spa & Wellness

Spa & Wellness

At our Fitness & Yoga Services, we are dedicated to helping you achieve your health and wellness goals. Our comprehensive program offers a variety of classes designed to suit all levels, from beginners to advanced practitioners.

Read More
service image
Romantic Getaway

Romantic Getaway

At our Fitness & Yoga Services, we are dedicated to helping you achieve your health and wellness goals. Our comprehensive program offers a variety of classes designed to suit all levels, from beginners to advanced practitioners.

Read More
@include('Frontend.Footer.footer__three') @endsection