![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mcoil.corals.io/storage/framework/views/ |
<?php $__env->startSection('css'); ?> <?php if(!empty($banner1) || !empty($banner2)): ?> <style> <?php if(!empty($banner1)): ?> .banner1 { background: #fff url('<?php echo isset( $banner1 ) ? "/public/img/images_uploaded/" . $banner1['background_img']: ''; ?>') no-repeat; background-size: cover; background-position: center; background-attachment: fixed; height: 255px; position: relative; } @media screen and (max-width:460px) { .banner1 { background: #fff url('<?php echo isset( $banner1 ) ? "/public/img/images_uploaded/" . $banner1['background_img_mobile']: ''; ?>') no-repeat; background-size: cover; background-position: center; background-attachment: fixed; height: 255px; position: relative; } } <?php endif; ?> <?php if(!empty($banner2)): ?> .banner2 { background: #fff url('<?php echo isset($banner2) ? "/public/img/images_uploaded/" . $banner2['background_img']: ''; ?>') no-repeat; background-size: cover; background-position: center; background-attachment: fixed; height: 255px; position: relative; } @media screen and (max-width:460px) { .banner2 { background: #fff url('<?php echo isset($banner2) ? "/public/img/images_uploaded/" . $banner2['background_img_mobile']: ''; ?>') no-repeat; background-size: cover; background-position: center; background-attachment: fixed; height: 255px; position: relative; } } <?php endif; ?> </style> <?php endif; ?> <?php $__env->stopSection(); ?> <?php if(!empty($banner1)): ?> <section id="hero" class="hero-section top-about banner1"> <div class="overlay-banner"> <div class="hero <?php echo e(isset( $websiteAppearanceDetails['shop_navbar_background_colour'] ) ? 'edited_before_' . $websiteAppearanceDetails['shop_navbar_background_colour']: ''); ?>"> <div class="container"> <div class="row"> <div class="col-md-8"> <div class="hero-content"> <?php if(!empty($banner1->content)): ?><?php echo (isset($banner1->content)) ? $banner1->content: ''; ?><?php else: ?><h1 class="hero-title"><?php echo e((isset($page_details->title))?$page_details->title:$pageTagData->title); ?></h1><?php endif; ?> <?php if(!empty($banner1->button_text)): ?><a href="<?php echo e($banner1->link_button); ?>" class="btn btn-subscribe btn-lg" title="<?php echo e($banner1->button_text); ?>"><?php echo e($banner1->button_text); ?></a> <?php endif; ?> <?php if(!empty($banner1->button_text2)): ?><a href="<?php echo e($banner1->button_link2); ?>" class="btn btn-dark btn-lg font-black" title="<?php echo e($banner1->button_text2); ?>"><?php echo e($banner1->button_text2); ?></a> <?php endif; ?> </div> </div> </div> </div> </div> </div> </section> <?php echo $__env->make('layouts.front.quote-form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php else: ?> <?php echo $__env->make('layouts.front.other-menu', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?><?php /**PATH /home/corals/mcoil.corals.io/resources/views/layouts/front/banner.blade.php ENDPATH**/ ?>