芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/storage/framework/views/1464746f3e56d4d421971e7dd54c1803.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; ?> <!--// About Section Start //--> <section class="section" id="about"> <div class="container"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('section 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; ?> <div class="row"> <?php if(isset($about_section_style1)): ?> <?php if(!empty($about_section_style1->section_image) && !empty($about_section_style1->video_url)): ?> <div class="col-lg-6"> <div class="about-img wow fadeInUp" data-wow-duration="0.5s" data-wow-delay="0.2s"> <?php if(!empty($about_section_style1->section_image)): ?> <img src="<?php echo e(asset('uploads/img/about/'.$about_section_style1->section_image)); ?>" alt="About image" title="About image" class="img-fluid"> <?php endif; ?> <?php if(!empty($about_section_style1->video_url)): ?> <?php if($about_section_style1->video_type == 'youtube'): ?> <a class="about-video-btn" href="<?php echo e($about_section_style1->video_url); ?>"><i class="fa fa-play"></i></a> <?php else: ?> <a class="about-video-btn-2" href="<?php echo e($about_section_style1->video_url); ?>"><i class="fa fa-play"></i></a> <?php endif; ?> <div class="video-border-line"></div> <?php endif; ?> </div> </div> <?php endif; ?> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <div class="col-lg-6"> <div class="about-img wow fadeInUp" data-wow-duration="0.5s" data-wow-delay="0.2s"> <img src="<?php echo e(asset('uploads/img/dummy/480x600.jpg')); ?>" alt="About image" title="About image" class="img-fluid"> <a class="about-video-btn" href="https://www.youtube.com/watch?v=YqQx75OPRa0"><i class="fa fa-play"></i></a> <div class="video-border-line"></div> </div> </div> <?php endif; ?> <?php endif; ?> <div class="col-lg-6"> <div class="about-inner wow fadeInUp" data-wow-duration="0.5s" data-wow-delay="0.1s"> <?php if(isset($about_section_style1)): ?> <h6><?php echo html_entity_decode($about_section_style1->section_title); ?></h6> <h2><?php echo html_entity_decode($about_section_style1->title); ?></h2> <p><?php echo html_entity_decode($about_section_style1->description); ?></p> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <h6>About Us</h6> <h2>We are here with 10 years of user experience</h2> <p> We are prevent your loss of time and indecision in the works I have taken and the projects I have done and offer the best solution. Many of my customers and brands express their satisfaction with working with me.We can appeal to a huge audience and grow your business. </p> <?php endif; ?> <?php endif; ?> <?php if(is_countable($about_section_features_style1) && count($about_section_features_style1) > 0): ?> <div class="row"> <div class="col-md-6 col-sm-6"> <ul class="mb-resp-15"> <?php $__currentLoopData = $about_section_features_style1; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($index < count($about_section_features_style1) / 2): ?> <li> <div class="text"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('section 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="about.edit_feature"> <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; ?> <h5><?php echo html_entity_decode($item->title); ?></h5> <p><?php echo html_entity_decode($item->description); ?></p> </div> </li> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php unset($item); ?> </ul> </div> <div class="col-md-6 col-sm-6"> <ul> <?php $__currentLoopData = $about_section_features_style1; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($index >= count($about_section_features_style1) / 2): ?> <li> <div class="text"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('section 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="about.edit_feature"> <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; ?> <h5><?php echo html_entity_decode($item->title); ?></h5> <p><?php echo html_entity_decode($item->description); ?></p> </div> </li> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php unset($item); ?> </ul> </div> </div> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <div class="row"> <div class="col-md-6 col-sm-6"> <ul class="mb-resp-15"> <li> <div class="text"> <h5>Name :</h5> <p>Matheus Bartelli</p> </div> </li> <li> <div class="text"> <h5>Country :</h5> <p>United States</p> </div> </li> <li> <div class="text"> <h5>Freelance :</h5> <p>Available</p> </div> </li> </ul> </div> <div class="col-md-6 col-sm-6"> <ul> <li> <div class="text"> <h5>University :</h5> <p>Pratt Institute</p> </div> </li> <li> <div class="text"> <h5>Languages :</h5> <p>English,Deutch,Arabic</p> </div> </li> <li> <div class="text"> <h5>Address :</h5> <p>Etowah, TN 37331 United States</p> </div> </li> </ul> </div> </div> <?php endif; ?> <?php endif; ?> <?php if(isset($about_section_style1)): ?> <?php if(!empty($about_section_style1->button_name)): ?> <a href="<?php echo e($about_section_style1->button_url); ?>" class="primary-btn me-3 mb-3"> <span class="text"><?php echo e($about_section_style1->button_name); ?></span> <span class="icon"><i class="fa fa-arrow-right"></i></span> </a> <?php endif; ?> <?php if(!empty($about_section_style1->button_name_2)): ?> <a href="<?php if(!empty($about_section_style1->cv_file)): ?><?php echo e(asset('uploads/img/about/'.$about_section_style1->cv_file)); ?> <?php else: ?> # <?php endif; ?>" class="primary-btn" <?php if(!empty($about_section_style1->cv_file)): ?> download <?php endif; ?>> <span class="text"><?php echo e($about_section_style1->button_name_2); ?></span> <span class="icon"><i class="fa fa-download"></i></span> </a> <?php endif; ?> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <a href="javascript:void(0)" class="primary-btn me-3 mb-3"> <span class="text">Get Started</span> <span class="icon"><i class="fa fa-arrow-right"></i></span> </a> <a href="javascript:void(0)" class="primary-btn"> <span class="text">Download Cv</span> <span class="icon"><i class="fa fa-download"></i></span> </a> <?php endif; ?> <?php endif; ?> </div> </div> </div> </div> </section> <!--// About 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="about.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 me-2 mb-2"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_about')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php /**PATH /home/digitalh/public_html/resources/views/frontend/sections/about/about-style1.blade.php ENDPATH**/ ?>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage