芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/storage/framework/views/7be274abf7048244b3fa95a7ade5f8a2.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; ?> <!--// My History Start //--> <section class="section" id="my-history"> <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; ?> <?php if(isset($history_section_style1)): ?> <div class="row"> <div class="col-md-6"> <div class="section-heading-left"> <span><?php echo html_entity_decode($history_section_style1->section_title); ?></span> <h2><?php echo html_entity_decode($history_section_style1->title); ?></h2> </div> </div> </div> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <div class="row"> <div class="col-md-6"> <div class="section-heading-left"> <span>History</span> <h2>Our History</h2> </div> </div> </div> <?php endif; ?> <?php endif; ?> <?php if(is_countable($histories_style1) && count($histories_style1) > 0): ?> <div class="history-wrapper"> <?php $__currentLoopData = $histories_style1; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="history-item"> <?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="history.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="history-item-inner"> <?php if(!empty($item->section_image)): ?> <div class="history-img"> <img src="<?php echo e(asset('uploads/img/history/'.$item->section_image)); ?>" alt="history image" class="img-fluid"> </div> <?php endif; ?> <div class="history-text"> <h2><?php echo html_entity_decode($item->title); ?></h2> <p><?php echo html_entity_decode($item->description); ?></p> </div> </div> <?php if(!empty($item->history_date)): ?> <div class="history-date-wrap"> <span class="history-date"> <?php echo e($item->history_date); ?> </span> </div> <?php endif; ?> </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="history-wrapper"> <div class="history-item"> <div class="history-item-inner"> <div class="history-img"> <img src="<?php echo e(asset('uploads/img/dummy/450x300.jpg')); ?>" alt="history image" class="img-fluid"> </div> <div class="history-text"> <h2>We started the industrial sector and started working in many sectors.</h2> <p> Lorem ipsum, dolor sit amet consectetur adipisicing elit. Similique iusto tempore, ipsam ad, quos repudiandae quisquam nemo quas maxime quam adipisci temporibus consequatur pariatur eaque voluptatum hic officiis ea libero? </p> </div> </div> <div class="history-date-wrap"> <span class="history-date"> 2010 </span> </div> </div> <div class="history-item"> <div class="history-item-inner"> <div class="history-img"> <img src="<?php echo e(asset('uploads/img/dummy/450x300.jpg')); ?>" alt="history image" class="img-fluid"> </div> <div class="history-text"> <h2>We expanded our team members and organized conferences and seminars.</h2> <p> Lorem ipsum, dolor sit amet consectetur adipisicing elit. Similique iusto tempore, ipsam ad, quos repudiandae quisquam nemo quas maxime quam adipisci temporibus consequatur pariatur eaque voluptatum hic officiis ea libero? </p> </div> </div> <div class="history-date-wrap"> <span class="history-date"> 2015 </span> </div> </div> <div class="history-item"> <div class="history-item-inner"> <div class="history-img"> <img src="<?php echo e(asset('uploads/img/dummy/450x300.jpg')); ?>" alt="history image" class="img-fluid"> </div> <div class="history-text"> <h2>We have the latest UI and UX designs by following all trends.</h2> <p> Lorem ipsum, dolor sit amet consectetur adipisicing elit. Similique iusto tempore, ipsam ad, quos repudiandae quisquam nemo quas maxime quam adipisci temporibus consequatur pariatur eaque voluptatum hic officiis ea libero? </p> </div> </div> <div class="history-date-wrap"> <span class="history-date"> 2024 </span> </div> </div> </div> <?php endif; ?> <?php endif; ?> </div> </section> <!--// My History 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="history.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_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="history.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_history')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php /**PATH /home/digitalh/public_html/resources/views/frontend/sections/history/history-style1.blade.php ENDPATH**/ ?>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage