관리-도구
편집 파일: 8e3ca7fe93e72a14e0d1ee379be56eda.php
<?php $__env->startSection('content'); ?> <!-- content begin --> <div class="no-bottom no-top" id="content"> <div id="top"></div> <section id="subheader" class="relative jarallax text-light"> <img src="images/background/service_bg.jpg" class="jarallax-img" alt=""> <div class="container relative z-index-1000"> <div class="row justify-content-center"> <div class="col-lg-6 text-center"> <h1>B2B Services</h1> <p class="lead mt-3">Zamorin Decorate extends its expertise to encompass a spectrum of wholesale supply and specialized services, meticulously curated to cater to various sectors including esteemed establishments such as Hotels, Resorts, Offices, and Hospitals.Our comprehensive offerings cover a diverse array of products, designed to elevate the aesthetic and functional aspects of your spaces</p> <ul class="crumb"> <li><a href="/">Home</a></li> <li class="active">B2B Services</li> </ul> </div> </div> </div> <div class="de-overlay"></div> </section> <section class="lines-deco"> <div class="container"> <div class="row g-4"> <?php $__currentLoopData = $services; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $service): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6"> <div> <div class="post-image mb-3"> <img alt="" src="<?php echo e(asset('storage/' . $service->image)); ?>" class="lazy"> </div> <div class="pt-2 h-100"> <h4 class="mb-3 lh-1-4"><a class="text-dark" href="news-single.html"><?php echo e($service->service); ?></a></h4> <p class="mb-2"><?php echo e($service->description); ?></p> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <section class="bg-light relative pt50 no-bottom"> <div class="container relative z-2"> <div class="row g-4"> <div class="col-lg-8 offset-lg-2 mb-4 text-center"> <h5 class="wow fadeInUp"> Our B2B services go beyond mere products; they encompass a commitment to quality, aesthetics, and functionality. Zamorin Decorate is dedicated to working closely with your establishment, understanding its unique requirements, and providing tailored solutions that reflect your brand's essence and elevate the experience for your patrons. With our comprehensive range and attentive service, we stand as your dependable partner in enhancing the ambiance and allure of your establishment.</h5> </div> </div> </div> </section> <!-- <section class="no-top no-bottom section-dark" aria-label="section"> <a class="d-block hover popup-youtube" href="https://www.youtube.com/watch?v=C6rf51uHWJg"> <div class="relative overflow-hidden"> <div class="absolute start-0 w-100 abs-middle fs-36 text-white text-center z-2"> <div class="player wow scaleIn"><span></span></div> </div> <div class="absolute w-100 h-100 top-0 bg-dark hover-op-05"></div> <img src="images/background/2.webp" class="img-fluid" alt=""> </div> </a> </section> --> </div> <!-- content close --> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.apps', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u539723576/domains/ictglobaltech.com/public_html/zamorinlighttheme/resources/views/frontend/services.blade.php ENDPATH**/ ?>