관리-도구
편집 파일: 0aa194675b28b9301a1d54547531f609.php
<!DOCTYPE html> <html lang="zxx" data-theme="dark"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="description" content="Moonlit - Hotel and Resort HTML Template"> <meta name="keywords" content="hotel, resort, Spa"> <meta name="robots" content="index, follow"> <!-- for open graph social media --> <meta property="og:title" content="Hotel and Resort"> <meta property="og:description" content="Moonlit - Hotel and Resort HTML Template"> <!-- for twitter sharing --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Hotel and Resort"> <meta name="twitter:description" content="Moonlit - Hotel and Resort HTML Template"> <!-- favicon --> <link rel="icon" href="assets/images/logo.png" type="image/x-icon"> <!-- title --> <title>Bonefire Events</title> <!-- google fonts --> <link href="https://fonts.googleapis.com/css2?family=Gilda+Display&family=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> <!-- icon font from flaticon --> <link rel="stylesheet" href="assets/fonts/flaticon_bokinn.css"> <!-- all plugin css --> <link rel="stylesheet" href="assets/css/plugins.min.css"> <!-- main style custom css --> <link rel="stylesheet" href="assets/css/style.css"> </head> <?php $__env->startSection('content'); ?> <!-- header area end --> <style> .button1 { pointer-events: auto; cursor: pointer; height: 40px; border: 2px solid; /* set border width */ padding: 8px 20px; margin: 0; font-family: inherit; font-size: 16px; position: relative; display: inline-block; background: transparent; border-image: linear-gradient(291deg, rgba(235, 215, 89, 0.532) 49%, rgba(159, 102, 0, 0.767) 100%); border-image-slice: 1; } </style> <!-- page header --> <div class="rts__section page__hero__height page__hero__bg" style="background-image: url(assets/images/pages/gallery/30.png); height: 400px;color: white;"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-12"> <div class="page__hero__content"> <h1 class="wow fadeInUp" style="color: white;">Works</h1> <p style="color: white;" class="wow fadeInUp font-sm">Our Works</p> </div> </div> </div> </div> </div> <!-- page header end --> <!-- gallery --> <div class="rts__section section__padding"> <div class="container"> <div class="row g-30 gallery"> <p>At Bonfire Events, our reputation is built on trust and excellence – a fact reflected in the clients we proudly serve. Over the years, we’ve partnered with renowned names such as Mahindra, TVS, Bosch, Nippon Paint, Kalyan Jewellers, Manappuram Finance, Jos Alukkas, Federal Bank, and Lulu Group. From automotive giants to financial institutions and retail leaders, our client list speaks volumes about our ability to deliver high-impact, memorable events for brands that lead their industries.</p> <?php $__currentLoopData = $gallery; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $gallerys): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6"> <div class="gallery__item"> <a href="<?php echo e(asset('storage/' . $gallerys->image)); ?>" class="gallery__link"> <img class="rounded-2 img-fluid" src="<?php echo e(asset('storage/' . $gallerys->image)); ?>" alt="gallery"> </a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <!-- gallery end --> <!-- footer style one --> <?php $__env->stopSection(); ?> <!-- footer style one end --> <!-- back to top --> <button type="button" class="rts__back__top" id="rts-back-to-top"> <svg width="20" height="20" viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.30201 1.51317L7.29917 21.3422C7.29912 21.7057 6.97211 21.9993 6.5674 21.9993C6.16269 21.9992 5.83577 21.7055 5.83582 21.342L5.83844 3.10055L1.39753 7.08842C1.11169 7.34511 0.647535 7.34506 0.361762 7.0883C0.0759894 6.83155 0.0760493 6.41464 0.361896 6.15795L6.05367 1.04682C6.26405 0.857899 6.5773 0.802482 6.85167 0.905201C7.12374 1.00792 7.30205 1.24823 7.30201 1.51317Z" fill="#FFF" /> <path d="M12.9991 6.6318C12.9991 6.80021 12.9282 6.96861 12.7841 7.09592C12.4983 7.35261 12.0341 7.35256 11.7483 7.0958L6.05118 1.97719C5.76541 1.72043 5.76547 1.30352 6.05131 1.04684C6.33716 0.790152 6.80131 0.790206 7.08709 1.04696L12.7842 6.16557C12.9283 6.29498 12.9991 6.46339 12.9991 6.6318Z" fill="#FFF" /> </svg> </button> <!-- back to top end --> <!-- THEME PRELOADER START --> <div class="loader-wrapper"> <div class="loader"> </div> <div class="loader-section section-left"></div> <div class="loader-section section-right"></div> </div> <!-- THEME PRELOADER END --> <!-- plugin js --> <script src="assets/js/plugins.min.js"></script> <script src="assets/js/gdpr.js"></script> <!-- custom js --> <script src="assets/js/main.js"></script> </body> </html> <?php echo $__env->make('layouts.apps', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\ICT LARAVEL\Laravel\bonfire\resources\views/frontend/gallery.blade.php ENDPATH**/ ?>