@extends('layouts.master') @section('content') @push('css') @endpush {{-- CUSTOM STYLES --}} @include('pages.leading.partials.style') {{-- HERO SECTION (WELCOME AREA) --}} @include('pages.leading.partials.hero') {{-- ABOUT US & SEARCH --}} @include('pages.leading.partials.about') {{-- SERVICE AREA --}} @include('pages.leading.partials.services') {{-- ROOMS / SERVICES LIST --}} @include('pages.leading.partials.rooms') {{-- TESTIMONIALS (Optional/Commented in source) --}} {{-- @include('pages.leading.partials.testimonials') --}} {{-- PROJECTS GALLERY --}} @include('pages.leading.partials.projects') {{-- BLOG (Optional/Commented in source) --}} {{-- @include('pages.leading.partials.blog') --}} {{-- CALL TO ACTION --}} @include('pages.leading.partials.cta') {{-- PARTNER LOGOS --}} @include('pages.leading.partials.partners') {{-- MODALS --}} @include('pages.leading.modals.pengajuan') @include('pages.leading.modals.monitoring') @include('pages.leading.modals.otp') @endsection @push('scripts') @include('pages.leading.scripts') @endpush