芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/storage/framework/views/83fff7c861c6f6355f50ec713ae485c4.php
<?php if(Auth::user()): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <!--// Footer Start //--> <footer class="footer"> <div class="footer-top"> <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"> <div class="col-md-6 col-lg-4 footer-widget-resp"> <div class="footer-widget"> <h6 class="footer-title"><?php echo e(__('frontend.about_us')); ?></h6> <?php if(isset($footer_image_style1)): ?> <?php if(!empty($footer_image_style1->section_image)): ?> <a href="<?php echo e(url('/')); ?>"> <img src="<?php echo e(asset('uploads/img/general/'.$footer_image_style1->section_image)); ?>" alt="footer logo" class="img-fluid footer-logo"> </a> <?php endif; ?> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <a href="#"> <img src="<?php echo e(asset('uploads/img/dummy/your-logo.jpg')); ?>" alt="footer logo" class="img-fluid footer-logo"> </a> <?php endif; ?> <?php endif; ?> <?php if(isset($site_info)): ?> <p class="footer-desc"><?php echo e($site_info->description); ?></p> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <p class="footer-desc"> It is a long established fact that a reader will be distracted by the readable content.. </p> <?php endif; ?> <?php endif; ?> <?php if(is_countable($socials) && count($socials) > 0): ?> <div class="footer-social-links"> <?php $__currentLoopData = $socials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $social): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($social->social_media == 'fab fa-twitter'): ?> <a class="border border-0" href="<?php echo e($social->url); ?>"><img src="<?php echo e(asset('uploads/img/dummy/x-twitter-white.svg')); ?>" alt="x icon"></a> <?php else: ?> <a href="<?php echo e($social->url); ?>"><i class="<?php echo e($social->social_media); ?>"></i></a> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php unset($social); ?> </div> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <div class="footer-social-links"> <a href="javascript:void(0)"> <i class="fab fa-facebook-f"></i> </a> <a href="javascript:void(0)"> <i class="fab fa-twitter"></i> </a> <a href="javascript:void(0)"> <i class="fab fa-instagram"></i> </a> <a href="javascript:void(0)"> <i class="fab fa-youtube"></i> </a> </div> <?php endif; ?> <?php endif; ?> </div> </div> <?php if(is_countable($footer_categories) && count($footer_categories) > 0): ?> <?php $__currentLoopData = $footer_categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $footer_category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-md-6 col-lg-4 footer-widget-resp"> <div class="footer-widget footer-widget-pl"> <h6 class="footer-title"><?php echo e($footer_category->category_name); ?></h6> <ul class="footer-links"> <?php $__currentLoopData = $footers; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $footer): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($footer_category->category_name == $footer->category_name): ?> <li><a href="<?php echo e($footer->url); ?>"><?php echo e($footer->title); ?></a></li> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php unset($footer); ?> </ul> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php unset($footer_category); ?> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <div class="col-md-6 col-lg-4 footer-widget-resp"> <div class="footer-widget footer-widget-pl"> <h6 class="footer-title">Usefull Links</h6> <ul class="footer-links"> <li> <a href="javascript:void(0)">My Team</a> </li> <li> <a href="javascript:void(0)">My Services</a> </li> <li> <a href="javascript:void(0)">My Resume</a> </li> <li> <a href="javascript:void(0)">My Works</a> </li> <li> <a href="javascript:void(0)">Get in Touch</a> </li> <li> <a href="javascript:void(0)">Privacy Policy</a> </li> </ul> </div> </div> <?php endif; ?> <?php endif; ?> <?php if(isset($contact_info_widget_style1)): ?> <div class="col-md-6 col-lg-4 footer-widget-resp"> <div class="footer-widget"> <h6 class="footer-title"><?php echo e($contact_info_widget_style1->title); ?></h6> <div class="footer-contact-info-wrap"> <ul class="footer-contact-info-list"> <?php if(!empty($contact_info_widget_style1->address)): ?> <li> <p><?php echo e($contact_info_widget_style1->description); ?></p> </li> <?php endif; ?> <?php if(!empty($contact_info_widget_style1->address)): ?> <li> <h6><i class="far fa-map custom-color-orange"></i> <?php echo e(__('frontend.address')); ?></h6> <p><?php echo html_entity_decode($contact_info_widget_style1->address); ?></p> </li> <?php endif; ?> <?php if(!empty($contact_info_widget_style1->email)): ?> <li> <h6><i class="far fa-envelope custom-color-orange"></i> <?php echo e(__('frontend.email')); ?></h6> <div class="text"> <p><a class="text-white" href="mailto:<?php echo e($contact_info_widget_style1->email); ?>"><?php echo e($contact_info_widget_style1->email); ?></a></p> </div> </li> <?php endif; ?> <?php if(!empty($contact_info_widget_style1->phone)): ?> <li> <h6><i class="fas fa-phone custom-color-orange"></i> <?php echo e(__('frontend.phone')); ?></h6> <div class="text"> <p><a class="text-white" href="tel:<?php echo e($contact_info_widget_style1->phone); ?>"><?php echo e($contact_info_widget_style1->phone); ?></a></p> </div> </li> <?php endif; ?> <?php if(!empty($contact_info_widget_style1->working_hour)): ?> <li> <h6><i class="fas fa-clock custom-color-orange"></i> <?php echo e(__('frontend.working_hour')); ?></h6> <div class="text"> <p><?php echo e($contact_info_widget_style1->working_hour); ?></p> </div> </li> <?php endif; ?> </ul> </div> </div> </div> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <div class="col-md-6 col-lg-4 footer-widget-resp"> <div class="footer-widget"> <h6 class="footer-title">Contact Info</h6> <div class="footer-contact-info-wrap"> <ul class="footer-contact-info-list"> <li> <h6>Address:</h6> <p> 1395 Nixon Avenue Etowah, TN 37331 <br>United States </p> </li> <li> <h6>E-Mail & Phone:</h6> <div class="text"> <p>+1 422-200-5555</p> <p>elsecolor@gmail.com</p> </div> </li> </ul> </div> </div> </div> <?php endif; ?> <?php endif; ?> </div> </div> </div> <?php if(isset($site_info)): ?> <?php if(!empty($site_info->copyright)): ?> <div class="copyright"> <div class="container"> <p class="copyright-text"><?php echo html_entity_decode($site_info->copyright); ?></p> </div> </div> <?php endif; ?> <?php else: ?> <?php if(Auth::user() || $draft_view == null || $draft_view->status == 'enable'): ?> <div class="copyright"> <div class="container"> <p class="copyright-text">© Copyright 2024. Powered By ElseColor</p> </div> </div> <?php endif; ?> <?php endif; ?> </footer> <!--// Footer End //--> <?php if(Auth::user()): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('setting check')): ?> <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="footer-image.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_footer_image')); ?> </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="site-info.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-edit text-white"></i> <?php echo e(__('content.edit_site_info')); ?> </button> </form> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('section check')): ?> <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="footer.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.add_footer')); ?> </button> </form> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('setting check')): ?> <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="contact-info-widget.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-plus text-white"></i> <?php echo e(__('content.add_contact_info')); ?> </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"> <i class="fa fa-plus text-white"></i> <?php echo e(__('content.add_social')); ?> </button> </form> <?php endif; ?> </div> </div> <?php endif; ?> <?php /**PATH /home/digitalh/public_html/resources/views/frontend/sections/footer/footer-style1.blade.php ENDPATH**/ ?>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage