芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/storage/framework/views/d74534611d8614d9fe139ae6eb29004f.php
<?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('section check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <!--// Hero Section Start //--> <section class="hero-banner" id="hero_video" data-scroll-index="1"> <?php if(isset($banner_style4)): ?> <div id="video-background" data-video-bg="true" class="player bg-overlay" data-property="{videoURL:'<?php echo e($banner_style4->youtube_video_url); ?>',containment:'#hero_video',showControls:false, autoPlay:true, loop:true, mute:true, startAt:0, opacity:1, quality:'default'}"> </div> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <div id="video-background" data-video-bg="true" class="player bg-overlay" data-property="{videoURL:'https://www.youtube.com/watch?v=vtxVK3sbZ0o&t=328s',containment:'#hero_video',showControls:false, autoPlay:true, loop:true, mute:true, startAt:0, opacity:1, quality:'default'}"> </div> <?php endif; ?> <?php endif; ?> <div class="hero-overlay"></div> <div class="container"> <div class="row align-items-center"> <?php if(isset($banner_style4)): ?> <div class="col-lg-7 col-xl-6 col-md-10 wow fadeInUp"> <div class="hero-inner"> <h1><?php echo html_entity_decode($banner_style4->title); ?></h1> <h2><?php echo html_entity_decode($banner_style4->description); ?></h2> <?php if(!empty($banner_style4->button_name)): ?> <a href="<?php echo e($banner_style4->button_url); ?>" class="white-btn me-md-3 mb-3"> <span class="text"><?php echo e($banner_style4->button_name); ?></span> <span class="icon"><i class="fa fa-arrow-right"></i></span> </a> <?php endif; ?> <?php if(!empty($banner_style4->button_name_2)): ?> <a href="<?php echo e($banner_style4->button_url_2); ?>" class="white-btn"> <span class="text"><?php echo e($banner_style4->button_name_2); ?></span> <span class="icon"><i class="fa fa-arrow-right"></i></span> </a> <?php endif; ?> </div> </div> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <div class="col-lg-7 col-xl-6 col-md-10 wow fadeInUp"> <div class="hero-inner"> <h1> Introduce Our Creative Agency. </h1> <h2> Always new beginnings can move the business forward.A user experience is required before service.Now is a great opportunity to work with our and move your brand forward. </h2> <a href="#" data-scroll-nav="4" class="white-btn"> <span class="text">View Works</span> <span class="icon"><i class="fa fa-arrow-right"></i></span> </a> </div> </div> <?php endif; ?> <?php endif; ?> </div> </div> <?php if(is_countable($socials) && count($socials) > 0): ?> <ul class="hero-social-list"> <?php $__currentLoopData = $socials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $social): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($social->social_media == 'fab fa-twitter'): ?> <li><a href="<?php echo e($social->url); ?>"><img src="<?php echo e(asset('uploads/img/dummy/x-twitter-white.svg')); ?>" alt="x icon"></a></li> <?php else: ?> <li><a href="<?php echo e($social->url); ?>"><i class="<?php echo e($social->social_media); ?>"></i></a></li> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php unset($social); ?> </ul> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <ul class="hero-social-list"> <li><a href="javascript:void(0)"><i class="fab fa-github"></i></a></li> <li><a href="javascript:void(0)"><i class="fab fa-facebook"></i></a></li> <li><a href="javascript:void(0)"><i class="fab fa-twitter"></i></a></li> <li><a href="javascript:void(0)"><i class="fab fa-instagram"></i></a></li> </ul> <?php endif; ?> <?php endif; ?> <?php if(isset($header_info_style1)): ?> <a href="mailto:<?php echo e($header_info_style1->email); ?>" class="hero-email-link"><?php echo e($header_info_style1->email); ?></a> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <a href="mailto:elsecolor@example.com" class="hero-email-link">elsecolor@example.com</a> <?php endif; ?> <?php endif; ?> </section> <!--// Hero Section End //--> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('section check')): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="banner.create"> <input type="hidden" name="style" value="style4"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white me-2 mb-2"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_banner')); ?> </button> </form> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="social.create"> <input type="hidden" name="style" value=""> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white me-2 mb-2"> <i class="fa fa-plus text-white"></i> <?php echo e(__('content.edit_social')); ?> </button> </form> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="header-info.create"> <input type="hidden" name="style" value="style1"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white"> <i class="fa fa-plus text-white"></i> <?php echo e(__('content.edit_email')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php /**PATH /home/digitalh/public_html/resources/views/frontend/sections/banner/banner-style4.blade.php ENDPATH**/ ?>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage