Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/oldsite/storage/framework/views/2e2bda212e653ed0d418ae336803e91c.php
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densityDpi=device-dpi" /> <?php echo $__env->yieldContent('title'); ?> <?php echo $__env->yieldContent('meta'); ?> <meta name="csrf-token" id="csrf-token" content="<?php echo e(csrf_token()); ?>"> <link href="https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;900&family=Poppins:wght@400;500;600;900&display=swap" rel="stylesheet"> <link rel="icon" type="image/png" href="<?php echo e(url($setting->favicon)); ?>"> <link rel="stylesheet" href="<?php echo e(asset('frontend/css/all.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('frontend/css/bootstrap.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('frontend/css/spacing.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('frontend/css/slick.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('frontend/css/select2.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('frontend/css/add_row_custon.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('frontend/css/nice-select.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('frontend/css/style.css')); ?>?v=<?php echo e($setting?->version); ?>"> <link rel="stylesheet" href="<?php echo e(asset('frontend/css/responsive.css')); ?>"> <?php if(session()->has('text_direction') && session()->get('text_direction') !== 'ltr'): ?> <link rel="stylesheet" href="<?php echo e(asset('frontend/css/rtl.css')); ?>?v=<?php echo e($setting?->version); ?>"> <?php endif; ?> <link rel="stylesheet" href="<?php echo e(asset('frontend/css/dev.css')); ?>?v=<?php echo e($setting?->version); ?>"> <link rel="stylesheet" href="<?php echo e(asset('toastr/toastr.min.css')); ?>"> <script src="<?php echo e(asset('frontend/js/jquery-3.6.0.min.js')); ?>"></script> <script src="<?php echo e(asset('frontend/js/sweetalert2@11.js')); ?>"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <?php if($setting->google_analytic_status == 'active'): ?> <script async src="https://www.googletagmanager.com/gtag/js?id=<?php echo e($setting->google_analytic_id); ?>"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', '<?php echo e($setting->google_analytic_id); ?>'); </script> <?php endif; ?> <?php if($setting->pixel_status == 'active'): ?> <script> ! function(f, b, e, v, n, t, s) { if (f.fbq) return; n = f.fbq = function() { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) }; if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0'; n.queue = []; t = b.createElement(e); t.async = !0; t.src = v; s = b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t, s) }(window, document, 'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '<?php echo e($setting->pixel_app_id); ?>'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=<?php echo e($setting->pixel_app_id); ?>&ev=PageView&noscript=1" /></noscript> <?php endif; ?> <?php echo $__env->make('theme_style', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </head> <body> <!--=====TOPBAR START=====--> <section class="wsus__topbar"> <div class="container"> <div class="row"> <div class="col-xl-6 col-12 col-sm-4 col-md-12 col-lg-6 d-none d-lg-block"> <ul class="wsus__topbar_left d-flex align-items-center"> <li><a href="callto:<?php echo e($contactInformation->topbar_phone); ?>"><i class="fal fa-mobile"></i> <?php echo e($contactInformation->topbar_phone); ?></a></li> <li><a href="maolto:<?php echo e($contactInformation->topbar_email); ?>"><i class="fas fa-envelope"></i><?php echo e($contactInformation->topbar_email); ?></a></li> </ul> </div> <div class="col-xl-6 col-12 col-sm-12 col-md-12 col-lg-6 "> <div class="wsus__topbar_right_area d-flex justify-content-end align-items-center"> <ul class="wsus__topbar_right d-none d-sm-flex justify-content-end align-items-center"> <?php $__currentLoopData = $frontSocialLinks; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $link): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a target="__blank" href="<?php echo e($link->link); ?>"><i class="<?php echo e($link->icon); ?>"></i></a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php if(Module::isEnabled('Language') && Route::has('set-front-language') && allLanguages()?->where('status', 1)->count() > 1): ?> <form id="setLanguage" action="<?php echo e(route('set-front-language')); ?>"> <select name="code" class="select_js" onchange="this.form.submit()"> <?php $__empty_1 = true; $__currentLoopData = allLanguages()?->where('status', 1); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $language): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <option value="<?php echo e($language->code); ?>" <?php echo e(getSessionLanguage() == $language->code ? 'selected' : ''); ?>> <?php echo e($language->name); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <option value="en" <?php echo e(getSessionLanguage() == 'en' ? 'selected' : ''); ?>> <?php echo e(__('English')); ?> </option> <?php endif; ?> </select> </form> <?php endif; ?> <?php if(Module::isEnabled('Currency') && Route::has('set-front-currency') && allCurrencies()?->where('status', 'active')->count() > 1): ?> <form id="setCurrency" action="<?php echo e(route('set-front-currency')); ?>"> <select name="currency" class="select_js" onchange="this.form.submit()"> <?php $__empty_1 = true; $__currentLoopData = allCurrencies()?->where('status', 'active'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $currency): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <option value="<?php echo e($currency->currency_code); ?>" <?php echo e(getSessionCurrency() == $currency->currency_code ? 'selected' : ''); ?>> <?php echo e($currency->currency_name); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <option value="USD" <?php echo e(getSessionCurrency() == 'USD' ? 'selected' : ''); ?>> <?php echo e(__('USD')); ?> </option> <?php endif; ?> </select> </form> <?php endif; ?> </div> </div> </div> </div> </section> <!--=====TOPBAR END=====--> <!--=====MAIN MENU START=====--> <nav class="navbar navbar-expand-lg main_menu"> <div class="container"> <a class="navbar-brand" href="<?php echo e(route('home')); ?>"> <img src="<?php echo e(url($setting->logo)); ?>" alt="logo" class="img-fluid w-100" loading="lazy"> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <i class="fal fa-align-right"></i> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <?php if($public_menu = mainMenuGetBySlug('main-menu')): ?> <ul class="navbar-nav m-auto mb-2 mb-lg-0"> <?php $__currentLoopData = $public_menu; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginal4076e3a599eaa53721580ba491e1b450 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal4076e3a599eaa53721580ba491e1b450 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'custommenu::components.main-menu','data' => ['menu' => $menu]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('custommenu::main-menu'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['menu' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($menu)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal4076e3a599eaa53721580ba491e1b450)): ?> <?php $attributes = $__attributesOriginal4076e3a599eaa53721580ba491e1b450; ?> <?php unset($__attributesOriginal4076e3a599eaa53721580ba491e1b450); ?> <?php endif; ?> <?php if (isset($__componentOriginal4076e3a599eaa53721580ba491e1b450)): ?> <?php $component = $__componentOriginal4076e3a599eaa53721580ba491e1b450; ?> <?php unset($__componentOriginal4076e3a599eaa53721580ba491e1b450); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php endif; ?> <ul class="login_icon"> <?php if(auth()->guard()->check()): ?> <li><a href="<?php echo e(route('user.dashboard')); ?>"><i class="fal fa-user-circle"></i> <?php echo e(__('Dashboard')); ?></a> </li> <?php else: ?> <li><a href="<?php echo e(route('login')); ?>"><i class="fal fa-user-circle"></i> <?php echo e(__('Login')); ?></a> </li> <?php endif; ?> </ul> </div> </div> </nav> <!--=====MAIN MENU END=====--> <?php echo $__env->yieldContent('frontend-content'); ?> <?php if($setting->tawk_status == 'active'): ?> <script type="text/javascript"> var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date(); (function() { var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0]; s1.async = true; s1.src = '<?php echo e($setting->tawk_chat_link); ?>'; s1.charset = 'UTF-8'; s1.setAttribute('crossorigin', '*'); s0.parentNode.insertBefore(s1, s0); })(); </script> <?php endif; ?> <?php if($setting->cookie_status == 'active'): ?> <script src="<?php echo e(asset('frontend/js/cookieconsent.min.js')); ?>"></script> <script> window.addEventListener("load", function() { window.wpcc.init({ "border": "<?php echo e($setting->border); ?>", "corners": "<?php echo e($setting->corners); ?>", "colors": { "popup": { "background": "<?php echo e($setting->background_color); ?>", "text": "<?php echo e($setting->text_color); ?> !important", "border": "<?php echo e($setting->border_color); ?>" }, "button": { "background": "<?php echo e($setting->btn_bg_color); ?>", "text": "<?php echo e($setting->btn_text_color); ?>" } }, "content": { "href": "<?php echo e(route('privacy-policy')); ?>", "message": "<?php echo e($setting->message); ?>", "link": "<?php echo e($setting->link_text); ?>", "button": "<?php echo e($setting->btn_text); ?>" } }) }); </script> <?php endif; ?> <!--=====FOOTER START=====--> <footer class="pt_100"> <div class="container"> <div class="row justify-content-between"> <div class="col-xl-4 col-sm-8 col-md-6 col-lg-3"> <?php $address_footer_text = Modules\ContactUs\app\Models\ContactInformation::with( 'translation', )->first(); ?> <div class="wsus__footer_content"> <a href="<?php echo e(route('home')); ?>" class="footer_logo"><img src="<?php echo e(asset($setting->home1_footer_logo)); ?>" alt="logo" loading="lazy"></a> <p class="address"><i class="fal fa-location-circle"></i> <?php echo nl2br($address_footer_text->translation->footer_address); ?></p> <a class="call_mail" href="javascript:;"><i class="fal fa-phone-alt"></i> <?php echo nl2br(e($contactInformation->footer_phone)); ?></a> <a class="call_mail" href="javascript:;"><i class="fal fa-envelope-open"></i> <?php echo nl2br($contactInformation->footer_email); ?></a> </div> </div> <?php if($footer_menu = footerMenuGetBySlug('footer-menu')): ?> <?php $__currentLoopData = $footer_menu; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginalbe4b74811c61101efa185b238be10d6a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalbe4b74811c61101efa185b238be10d6a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'custommenu::components.footer-menu','data' => ['menu' => $menu]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('custommenu::footer-menu'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['menu' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($menu)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalbe4b74811c61101efa185b238be10d6a)): ?> <?php $attributes = $__attributesOriginalbe4b74811c61101efa185b238be10d6a; ?> <?php unset($__attributesOriginalbe4b74811c61101efa185b238be10d6a); ?> <?php endif; ?> <?php if (isset($__componentOriginalbe4b74811c61101efa185b238be10d6a)): ?> <?php $component = $__componentOriginalbe4b74811c61101efa185b238be10d6a; ?> <?php unset($__componentOriginalbe4b74811c61101efa185b238be10d6a); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> <div class="col-xl-3 col-xl-2 col-sm-7 col-md-6 col-lg-3 order-lg-4"> <div class="wsus__footer_content"> <h4><?php echo e(__('Social Media')); ?></h4> <ul class="footer_icon d-flex flex-wrap"> <?php $__currentLoopData = $frontSocialLinks; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $link): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a target="__blank" href="<?php echo e($link->link); ?>"><i class="<?php echo e($link->icon); ?>"></i></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <div class="large_subscribe_text"> <h4 class=""><?php echo e(__('Subscribe Us')); ?></h4> </div> <form id="subscribeForm"> <input type="text" placeholder="<?php echo e(__('Email')); ?>" name="email"> <button id="subscribeBtn" type="submit"><i id="subscribe-spinner" class="loading-icon fa fa-spin fa-spinner d-none mt-1"></i> <i id="angleRight" class="fal fa-angle-right"></i></button> </form> </div> </div> </div> </div> <div class="wsus__copyright mt_100"> <div class="ontainer"> <div class="row"> <div class="col-12 text-center"> <p><?php echo e($setting->copyright_text); ?></p> </div> </div> </div> </div> </footer> <!--=====FOOTER END=====--> <!--=====SCROLL BUTTON START=====--> <div class="wsus__scroll_btn"> <i class="fas fa-chevron-up"></i> </div> <!--=====SCROLL BUTTON END=====--> <!--bootstrap js--> <script src="<?php echo e(asset('frontend/js/bootstrap.bundle.min.js')); ?>"></script> <!--font-awesome js--> <script src="<?php echo e(asset('frontend/js/Font-Awesome.js')); ?>"></script> <!--slick js--> <script src="<?php echo e(asset('frontend/js/slick.min.js')); ?>"></script> <!--select-2 js--> <script src="<?php echo e(asset('frontend/js/select2.min.js')); ?>"></script> <!--counter-2 js--> <script src="<?php echo e(asset('frontend/js/jquery.waypoints.min.js')); ?>"></script> <script src="<?php echo e(asset('frontend/js/jquery.countup.min.js')); ?>"></script> <!--add row custon js--> <script src="<?php echo e(asset('frontend/js/add_row_custon.js')); ?>"></script> <!--nice select js--> <script src="<?php echo e(asset('frontend/js/jquery.nice-select.min.js')); ?>"></script> <!--main/custom js--> <script src="<?php echo e(asset('frontend/js/main.js')); ?>?v=<?php echo e($setting?->version); ?>"></script> <script src="<?php echo e(asset('toastr/toastr.min.js')); ?>"></script> <script> <?php if(Session::has('messege')): ?> var type = "<?php echo e(Session::get('alert-type', 'info')); ?>" switch (type) { case 'info': toastr.info("<?php echo e(Session::get('messege')); ?>"); break; case 'success': toastr.success("<?php echo e(Session::get('messege')); ?>"); break; case 'warning': toastr.warning("<?php echo e(Session::get('messege')); ?>"); break; case 'error': toastr.error("<?php echo e(Session::get('messege')); ?>"); break; } <?php endif; ?> </script> <?php if($errors->any()): ?> <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <script> toastr.error('<?php echo e($error); ?>'); </script> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> <script> (function($) { "use strict"; $(document).ready(function() { $(document).on("click", '.wpcc-btn', function() { $('.wpcc-container').fadeOut(1000); }); $("#subscribeBtn").on('click', function(e) { e.preventDefault(); $("#subscribe-spinner").removeClass('d-none') $("#subscribeBtn").addClass('custom-opacity') $("#subscribeBtn").removeClass('common_btn_2') $("#subscribeBtn").attr('disabled', true); $("#angleRight").addClass('d-none'); $.ajax({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') }, url: "<?php echo e(route('newsletter-request')); ?>", type: "post", data: $('#subscribeForm').serialize(), success: function(response) { if (response.message) { $("#subscribeForm").trigger("reset"); toastr.success(response.message) $("#subscribe-spinner").addClass('d-none') $("#subscribeBtn").removeClass('custom-opacity') $("#subscribeBtn").addClass('common_btn_2') $("#subscribeBtn").attr('disabled', false); $("#angleRight").removeClass('d-none'); } if (response.error) { toastr.error(response.error) $("#subscribeForm").trigger("reset"); $("#subscribe-spinner").addClass('d-none') $("#subscribeBtn").removeClass('custom-opacity') $("#subscribeBtn").addClass('common_btn_2') $("#subscribeBtn").attr('disabled', false); $("#angleRight").removeClass('d-none'); } }, error: function(response) { if (response.responseJSON.errors.email) { toastr.error(response.responseJSON.errors.email[0]) $("#subscribe-spinner").addClass('d-none') $("#subscribeBtn").removeClass('custom-opacity') $("#subscribeBtn").addClass('common_btn_2') $("#subscribeBtn").attr('disabled', false); $("#angleRight").removeClass('d-none'); } } }); }) }); })(jQuery); $("#setLanguageHeader").on('change', function(e) { this.submit(); }); function addWishlist(property_id) { $('#wishlist_fa_heart').addClass('d-none'); $('#wishlist_fa_spinner').removeClass('d-none'); $.ajax({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') }, type: "POST", data: { 'property_id': property_id, }, url: "<?php echo e(url('/add-wishlist')); ?>", success: function(response) { if (response.status == 'added') { toastr.success(response.message); $('.exist_wishlist').addClass('text-danger'); $('#wishlist_fa_heart').removeClass('far fa-heart d-none'); $('#wishlist_fa_heart').addClass('fas fa-heart'); $('#wishlist_fa_spinner').addClass('d-none'); $('#wishlist_text').text('Added to Wishlist'); } else if (response.status == 'removed') { $('.exist_wishlist').removeClass('text-danger'); $('#wishlist_fa_heart').removeClass('fas fa-heart d-none'); $('#wishlist_fa_heart').addClass('far fa-heart'); $('#wishlist_fa_spinner').addClass('d-none'); $('#wishlist_text').text('Add to Wishlist'); toastr.success(response.message); } else { $('#wishlist_fa_heart').removeClass('d-none'); $('#wishlist_fa_spinner').addClass('d-none'); toastr.error(response.message); } } }); }; </script> <?php echo $__env->yieldPushContent('js'); ?> </body> </html> <?php /**PATH /home/lekhnath/silverray.com.au/resources/views/layout1.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка