芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/storage/framework/views/f8412a9139f1df2b3f032b072ee25d83.php
<?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('service check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <!--// Services Section Start //--> <section class="section pb-minus-70"> <div class="container"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('service check')): ?> <!-- hover effect for mobile devices --> <div class="click-icon d-md-none text-center"> <button class="custom-btn text-white"> <i class="fa fa-mobile-alt text-white"></i> <?php echo e(__('content.touch')); ?> </button> </div> <?php endif; ?> <?php endif; ?> <?php if(isset($service_section_style1)): ?> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="section-heading"> <span><?php echo html_entity_decode($service_section_style1->section_title); ?></span> <h2><?php echo html_entity_decode($service_section_style1->title); ?></h2> </div> </div> </div> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="section-heading"> <span>Services</span> <h2>Our Services</h2> </div> </div> </div> <?php endif; ?> <?php endif; ?> <?php if(is_countable($services_style1) && count($services_style1) > 0): ?> <div class="row"> <?php $__currentLoopData = $services_style1; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6 wow fadeInLeft" data-wow-duration="0.5s" data-wow-delay="0.<?php echo e($loop->iteration); ?>s"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('service check')): ?> <?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="service.edit"> <input type="hidden" name="single_id" value="<?php echo e($item->id); ?>"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="me-2 custom-pure-button "> <i class="fa fa-edit text-info easier-custom-font-size-24"></i> </button> </form> <?php endif; ?> <?php endif; ?> <div class="services-item"> <?php if(!empty($item->section_image_2)): ?> <img src="<?php echo e(asset('uploads/img/service/'.$item->section_image_2)); ?>" alt="Services image" class="services-bg-img"> <?php endif; ?> <div class="body"> <h4>0<?php echo e($loop->index + 1); ?></h4> <h5><?php echo e($item->title); ?></h5> <p><?php echo e($item->short_description); ?></p> <?php if(!empty($item->button_name)): ?> <div class="btn-box"> <a href="<?php echo e($item->button_url); ?>"><?php echo e($item->button_name); ?> <i class="fa fa-arrow-right"></i></a> </div> <?php else: ?> <div class="btn-box"> <a href="<?php echo e(route('default-service-detail-show', ['service_slug' => $item->service_slug])); ?>"><?php echo e(__('frontend.read_more')); ?> <i class="fa fa-arrow-right"></i></a> </div> <?php endif; ?> </div> <?php if($item->type == 'icon'): ?> <?php if(!empty($item->icon)): ?> <div class="icon"> <span class="<?php echo e($item->icon); ?>"></span> </div> <div class="icon-border"></div> <?php endif; ?> <?php else: ?> <?php if(!empty($item->section_image)): ?> <div class="icon"> <img class="custom-max-width-80" src="<?php echo e(asset('uploads/img/service/'.$item->section_image)); ?>" alt="service icon"> </div> <?php endif; ?> <?php endif; ?> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php unset($item); ?> </div> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <div class="row"> <div class="col-lg-4 col-md-6 wow fadeInLeft" data-wow-duration="0.5s" data-wow-delay="0.1s"> <div class="services-item"> <img src="<?php echo e(asset('uploads/img/dummy/600x600.jpg')); ?>" alt="Services image" class="services-bg-img"> <div class="body"> <h4>01</h4> <h5>Web Design</h5> <p> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p> <a href="#">Read More <i class="fa fa-arrow-right"></i></a> </div> <div class="icon"> <span class="fa fa-tablet"></span> </div> <div class="icon-border"></div> </div> </div> <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-duration="0.5s" data-wow-delay="0.2s"> <div class="services-item"> <img src="<?php echo e(asset('uploads/img/dummy/600x600.jpg')); ?>" alt="Services image" class="services-bg-img"> <div class="body"> <h4>02</h4> <h5>Graphic Design</h5> <p> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p> <a href="#">Read More <i class="fa fa-arrow-right"></i></a> </div> <div class="icon"> <span class="fa fa-adjust"></span> </div> <div class="icon-border"></div> </div> </div> <div class="col-lg-4 col-md-6 wow fadeInRight" data-wow-duration="0.5s" data-wow-delay="0.1s"> <div class="services-item"> <img src="<?php echo e(asset('uploads/img/dummy/600x600.jpg')); ?>" alt="Services image" class="services-bg-img"> <div class="body"> <h4>03</h4> <h5>UI/UX Design</h5> <p> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p> <a href="#">Read More <i class="fa fa-arrow-right"></i></a> </div> <div class="icon"> <span class="fab fa-uikit"></span> </div> <div class="icon-border"></div> </div> </div> <div class="col-lg-4 col-md-6 wow fadeInLeft" data-wow-duration="0.5s" data-wow-delay="0.1s"> <div class="services-item"> <img src="<?php echo e(asset('uploads/img/dummy/600x600.jpg')); ?>" alt="Services image" class="services-bg-img"> <div class="body"> <h4>04</h4> <h5>Content Writing</h5> <p> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p> <a href="#">Read More <i class="fa fa-arrow-right"></i></a> </div> <div class="icon"> <span class="fa fa-blog"></span> </div> <div class="icon-border"></div> </div> </div> <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-duration="0.5s" data-wow-delay="0.2s"> <div class="services-item"> <img src="<?php echo e(asset('uploads/img/dummy/600x600.jpg')); ?>" alt="Services image" class="services-bg-img"> <div class="body"> <h4>05</h4> <h5>Scripts & Plugin</h5> <p> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p> <a href="#">Read More <i class="fa fa-arrow-right"></i></a> </div> <div class="icon"> <span class="fa fa-code"></span> </div> <div class="icon-border"></div> </div> </div> <div class="col-lg-4 col-md-6 wow fadeInRight" data-wow-duration="0.5s" data-wow-delay="0.1s"> <div class="services-item"> <img src="<?php echo e(asset('uploads/img/dummy/600x600.jpg')); ?>" alt="Services image" class="services-bg-img"> <div class="body"> <h4>06</h4> <h5>Digital Marketing</h5> <p> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p> <a href="#">Read More <i class="fa fa-arrow-right"></i></a> </div> <div class="icon"> <span class="fa fa-bullhorn"></span> </div> <div class="icon-border"></div> </div> </div> </div> <?php endif; ?> <?php endif; ?> <div class="row"> <?php if(isset($service_section_style1)): ?> <div class="col-md-12 text-center"> <a href="<?php echo e($service_section_style1->button_url); ?>" class="primary-btn"> <span class="text"><?php echo e($service_section_style1->button_name); ?></span> <span class="icon"><i class="fa fa-arrow-right"></i></span> </a> </div> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <div class="col-md-12 text-center"> <a href="javascript:void(0)" class="primary-btn"> <span class="text">Get Started</span> <span class="icon"><i class="fa fa-arrow-right"></i></span> </a> </div> <?php endif; ?> <?php endif; ?> </div> </div> </section> <!--// Services Section End //--> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('service 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="service.index"> <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 me-2 mb-2"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_section_title_description')); ?> </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="service.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.add_service')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php /**PATH C:\xampp\htdocs\laravel10-digitalteam\resources\views/frontend/sections/service/service-style1.blade.php ENDPATH**/ ?>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage