One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
Edit File Name :
5d76f8266a379fc6f63f05f9c4188f53190e5bf1.php
<?php $userDefaultLang = \App\Models\User\Language::where([['user_id', \Illuminate\Support\Facades\Auth::id()], ['is_default', 1]])->first(); $userLanguages = \App\Models\User\Language::where('user_id', \Illuminate\Support\Facades\Auth::id())->get(); $permissions = \App\Http\Helpers\UserPermissionHelper::packagePermission(Auth::id()); $permissions = json_decode($permissions, true); ?> <?php if ($__env->exists('user.partials.rtl-style')) echo $__env->make('user.partials.rtl-style', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e(__('Section Customization')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('admin.dashboard')); ?>"> <i class="flaticon-home"></i> </a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Home Page')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Section Customization')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <form class="" action="<?php echo e(route('user.sections.update')); ?>" method="post"> <?php echo csrf_field(); ?> <div class="card-header"> <div class="row"> <div class="col-lg-12"> <div class="card-title"><?php echo e(__('Customize Sections')); ?></div> </div> </div> </div> <div class="card-body pt-5 pb-5"> <div class="row"> <div class="col-lg-6 offset-lg-3"> <?php echo csrf_field(); ?> <?php if( $userBs->theme == 'home_six' || $userBs->theme == 'home_one' || $userBs->theme == 'home_two' || $userBs->theme == 'home_nine' || $userBs->theme == 'home_eleven' || $userBs->theme == 'home_twelve' || $userBs->theme == 'home_three'): ?> <div class="form-group"> <label><?php echo e(__('About Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="intro_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->intro_section) && $sections->intro_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="intro_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->intro_section) || $sections->intro_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if(!empty($permissions) && in_array('Hotel Booking', $permissions) && $userBs->theme == 'home_nine'): ?> <div class="form-group"> <label><?php echo e(__('Featured Rooms Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="rooms_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->rooms_section) && $sections->rooms_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="rooms_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->rooms_section) || $sections->rooms_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if( !empty($permissions) && in_array('Portfolio', $permissions) && ($userBs->theme == 'home_one' || $userBs->theme == 'home_two' || $userBs->theme == 'home_four' || $userBs->theme == 'home_five' || $userBs->theme == 'home_six' || $userBs->theme == 'home_seven' || $userBs->theme == 'home_twelve' || $userBs->theme == 'home_three')): ?> <div class="form-group"> <label><?php echo e(__('Portfolio Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="portfolio_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->portfolio_section) && $sections->portfolio_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="portfolio_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->portfolio_section) || $sections->portfolio_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if( !empty($permissions) && in_array('Service', $permissions) && ($userBs->theme == 'home_one' || $userBs->theme == 'home_two' || $userBs->theme == 'home_three' || $userBs->theme == 'home_four' || $userBs->theme == 'home_five' || $userBs->theme == 'home_six' || $userBs->theme == 'home_nine' || $userBs->theme == 'home_twelve' || $userBs->theme == 'home_seven')): ?> <div class="form-group"> <label><?php echo e(__('Featured Services Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="featured_services_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->featured_services_section) && $sections->featured_services_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="featured_services_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->featured_services_section) || $sections->featured_services_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if($userBs->theme == 'home_one' || $userBs->theme == 'home_three' || $userBs->theme == 'home_nine'): ?> <div class="form-group"> <label><?php echo e(__('Why Choose Us Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="why_choose_us_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->why_choose_us_section) && $sections->why_choose_us_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="why_choose_us_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->why_choose_us_section) || $sections->why_choose_us_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if(!empty($permissions) && in_array('Portfolio', $permissions) && $userBs->theme == 'home_twelve'): ?> <div class="form-group"> <label><?php echo e(__('Job & Education Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="job_education_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->job_education_section) && $sections->job_education_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="job_education_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->job_education_section) || $sections->job_education_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if( $userBs->theme == 'home_one' || $userBs->theme == 'home_two' || $userBs->theme == 'home_four' || $userBs->theme == 'home_five' || $userBs->theme == 'home_six' || $userBs->theme == 'home_seven' || $userBs->theme == 'home_nine' || $userBs->theme == 'home_ten' || $userBs->theme == 'home_eleven' || $userBs->theme == 'home_twelve' || $userBs->theme == 'home_three'): ?> <?php if(!empty($permissions) && in_array('Counter Information', $permissions)): ?> <div class="form-group"> <label><?php echo e(__('Counter Info Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="counter_info_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->counter_info_section) && $sections->counter_info_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="counter_info_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->counter_info_section) || $sections->counter_info_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php endif; ?> <?php if( $userBs->theme == 'home_one' || $userBs->theme == 'home_two' || $userBs->theme == 'home_four' || $userBs->theme == 'home_five' || $userBs->theme == 'home_nine' || $userBs->theme == 'home_ten' || $userBs->theme == 'home_seven'): ?> <div class="form-group"> <label><?php echo e(__('Video Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="video_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->video_section) && $sections->video_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="video_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->video_section) || $sections->video_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if( $userBs->theme == 'home_one' || $userBs->theme == 'home_six' || $userBs->theme == 'home_seven' || $userBs->theme == 'home_three'): ?> <div class="form-group"> <label><?php echo e(__('Team Members Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="team_members_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->team_members_section) && $sections->team_members_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="team_members_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->team_members_section) || $sections->team_members_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if( !empty($permissions) && in_array('Skill', $permissions) && ($userBs->theme == 'home_one' || $userBs->theme == 'home_twelve')): ?> <div class="form-group"> <label><?php echo e(__('Skills Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="skills_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->skills_section) && $sections->skills_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="skills_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->skills_section) || $sections->skills_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if( $userBs->theme == 'home_one' || $userBs->theme == 'home_two' || $userBs->theme == 'home_six' || $userBs->theme == 'home_seven' || $userBs->theme == 'home_nine' || $userBs->theme == 'home_ten' || $userBs->theme == 'home_eleven' || $userBs->theme == 'home_twelve' || $userBs->theme == 'home_three'): ?> <?php if(!empty($permissions) && in_array('Testimonial', $permissions)): ?> <div class="form-group"> <label><?php echo e(__('Testimonial Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="testimonials_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->testimonials_section) && $sections->testimonials_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="testimonials_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->testimonials_section) || $sections->testimonials_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php endif; ?> <?php if( !empty($permissions) && in_array('Blog', $permissions) && ($userBs->theme == 'home_one' || $userBs->theme == 'home_two' || $userBs->theme == 'home_four' || $userBs->theme == 'home_five' || $userBs->theme == 'home_six' || $userBs->theme == 'home_eleven' || $userBs->theme == 'home_twelve' || $userBs->theme == 'home_seven')): ?> <div class="form-group"> <label><?php echo e(__('Blog Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="blogs_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->blogs_section) && $sections->blogs_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="blogs_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->blogs_section) || $sections->blogs_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if(isset($userBs->theme) && ($userBs->theme === 'home_three' || $userBs->theme === 'home_four' || $userBs->theme === 'home_five' || $userBs->theme === 'home_seven')): ?> <div class="form-group"> <label><?php echo e(__('FAQ Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="faq_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->faq_section) && $sections->faq_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="faq_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->faq_section) || $sections->faq_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if(isset($userBs->theme) && ($userBs->theme === 'home_three' || $userBs->theme === 'home_four' || $userBs->theme === 'home_five' || $userBs->theme === 'home_six' || $userBs->theme === 'home_twelve' || $userBs->theme === 'home_seven')): ?> <div class="form-group"> <label><?php echo e(__('Contact Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="contact_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->contact_section) && $sections->contact_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="contact_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->contact_section) || $sections->contact_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if(isset($userBs->theme) && ($userBs->theme === 'home_three' || $userBs->theme === 'home_two' || $userBs->theme === 'home_seven' || $userBs->theme === 'home_four' || $userBs->theme === 'home_five' || $userBs->theme === 'home_two' || $userBs->theme === 'home_six')): ?> <div class="form-group"> <label><?php echo e(__('Work Process Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="work_process_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->work_process_section) && $sections->work_process_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="work_process_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->work_process_section) || $sections->work_process_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if( $userBs->theme == 'home_one' || $userBs->theme == 'home_two' || $userBs->theme == 'home_six' || $userBs->theme == 'home_eight' || $userBs->theme == 'home_nine' || $userBs->theme == 'home_eleven' || $userBs->theme == 'home_three'): ?> <div class="form-group"> <?php if($userBs->theme == 'home_eleven'): ?> <label><?php echo e(__('Donor Section')); ?> **</label> <?php else: ?> <label><?php echo e(__('Brands Section')); ?> **</label> <?php endif; ?> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="brand_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->brand_section) && $sections->brand_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="brand_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->brand_section) || $sections->brand_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if( $userBs->theme == 'home_one' || $userBs->theme == 'home_two' || $userBs->theme == 'home_three' || $userBs->theme == 'home_four' || $userBs->theme == 'home_five' || $userBs->theme == 'home_six' || $userBs->theme == 'home_seven'): ?> <div class="form-group"> <label><?php echo e(__('Top Footer Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="top_footer_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->top_footer_section) && $sections->top_footer_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="top_footer_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->top_footer_section) || $sections->top_footer_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if( $userBs->theme == 'home_six' || $userBs->theme == 'home_three' || $userBs->theme == 'home_eight' || $userBs->theme == 'home_ten' || $userBs->theme == 'home_eleven'): ?> <div class="form-group"> <label><?php echo e(__('Newsletter Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="newsletter_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->newsletter_section) && $sections->newsletter_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="newsletter_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->newsletter_section) || $sections->newsletter_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if($userBs->theme == 'home_eight' || $userBs->theme == 'home_ten' || $userBs->theme == 'home_eleven'): ?> <div class="form-group"> <label><?php echo e(__('Category Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="category_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->category_section) && $sections->category_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="category_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->category_section) || $sections->category_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if($userBs->theme == 'home_ten'): ?> <div class="form-group"> <label><?php echo e(__('Call To Action Section Status')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="call_to_action_section_status" value="1" class="selectgroup-input" <?php echo e(isset($sections->call_to_action_section_status) && $sections->call_to_action_section_status == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="call_to_action_section_status" value="0" class="selectgroup-input" <?php echo e(!isset($sections->call_to_action_section_status) || $sections->call_to_action_section_status == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php if(!empty($permissions) && in_array('Course Management', $permissions)): ?> <div class="form-group"> <label><?php echo e(__('Featured Course Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="featured_courses_section_status" value="1" class="selectgroup-input" <?php echo e(isset($sections->featured_courses_section_status) && $sections->featured_courses_section_status == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="featured_courses_section_status" value="0" class="selectgroup-input" <?php echo e(!isset($sections->featured_courses_section_status) || $sections->featured_courses_section_status == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php endif; ?> <?php if($userBs->theme == 'home_eight'): ?> <div class="form-group"> <label><?php echo e(__('Slider Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="slider_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->slider_section) && $sections->slider_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="slider_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->slider_section) || $sections->slider_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if($userBs->theme == 'home_eight' || $userBs->theme == 'home_ten' || $userBs->theme == 'home_eleven'): ?> <div class="form-group"> <label><?php echo e(__('Feature Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="featured_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->featured_section) && $sections->featured_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="featured_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->featured_section) || $sections->featured_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if(!empty($permissions) && in_array('Donation Management', $permissions) && $userBs->theme == 'home_eleven'): ?> <div class="form-group"> <label><?php echo e(__('Causes Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="causes_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->causes_section) && $sections->causes_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="causes_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->causes_section) || $sections->causes_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if($userBs->theme == 'home_eight'): ?> <div class="form-group"> <label><?php echo e(__('Top Offer Banner Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="offer_banner_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->offer_banner_section) && $sections->offer_banner_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="offer_banner_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->offer_banner_section) || $sections->offer_banner_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if($userBs->theme == 'home_eight'): ?> <div class="form-group"> <label><?php echo e(__('Left Offer Banner Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="left_offer_banner_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->left_offer_banner_section) && $sections->left_offer_banner_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="left_offer_banner_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->left_offer_banner_section) || $sections->left_offer_banner_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if($userBs->theme == 'home_eight'): ?> <div class="form-group"> <label><?php echo e(__('Bottom Offer Banner Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="bottom_offer_banner_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->bottom_offer_banner_section) && $sections->bottom_offer_banner_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="bottom_offer_banner_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->bottom_offer_banner_section) || $sections->bottom_offer_banner_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if(!empty($permissions) && in_array('Ecommerce', $permissions) && $userBs->theme == 'home_eight'): ?> <div class="form-group"> <label><?php echo e(__('Feature Items Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="featured_item_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->featured_item_section) && $sections->featured_item_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="featured_item_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->featured_item_section) || $sections->featured_item_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if(!empty($permissions) && in_array('Ecommerce', $permissions) && $userBs->theme == 'home_eight'): ?> <div class="form-group"> <label><?php echo e(__('New Items Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="new_item_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->new_item_section) && $sections->new_item_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="new_item_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->new_item_section) || $sections->new_item_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if(!empty($permissions) && in_array('Ecommerce', $permissions) && $userBs->theme == 'home_eight'): ?> <div class="form-group"> <label><?php echo e(__('Top Rated Items Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="toprated_item_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->toprated_item_section) && $sections->toprated_item_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="toprated_item_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->toprated_item_section) || $sections->toprated_item_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if(!empty($permissions) && in_array('Ecommerce', $permissions) && $userBs->theme == 'home_eight'): ?> <div class="form-group"> <label><?php echo e(__('Best Seller Items Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="bestseller_item_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->bestseller_item_section) && $sections->bestseller_item_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="bestseller_item_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->bestseller_item_section) || $sections->bestseller_item_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if(!empty($permissions) && in_array('Ecommerce', $permissions) && $userBs->theme == 'home_eight'): ?> <div class="form-group"> <label><?php echo e(__('Special Items Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="special_item_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->special_item_section) && $sections->special_item_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="special_item_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->special_item_section) || $sections->special_item_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <?php if(!empty($permissions) && in_array('Ecommerce', $permissions) && $userBs->theme == 'home_eight'): ?> <div class="form-group"> <label><?php echo e(__('Flash Sale Items Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="flashsale_item_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->flashsale_item_section) && $sections->flashsale_item_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="flashsale_item_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->flashsale_item_section) || $sections->flashsale_item_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> <?php endif; ?> <div class="form-group"> <label><?php echo e(__('Copyright Section')); ?> **</label> <div class="selectgroup w-100"> <label class="selectgroup-item"> <input type="radio" name="copyright_section" value="1" class="selectgroup-input" <?php echo e(isset($sections->copyright_section) && $sections->copyright_section == 1 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Active')); ?></span> </label> <label class="selectgroup-item"> <input type="radio" name="copyright_section" value="0" class="selectgroup-input" <?php echo e(!isset($sections->copyright_section) || $sections->copyright_section == 0 ? 'checked' : ''); ?>> <span class="selectgroup-button"><?php echo e(__('Deactive')); ?></span> </label> </div> </div> </div> </div> </div> <div class="card-footer"> <div class="form"> <div class="form-group from-show-notify row"> <div class="col-12 text-center"> <button type="submit" id="displayNotif" class="btn btn-success"><?php echo e(__('Update')); ?></button> </div> </div> </div> </div> </form> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/business/public_html/resources/views/user/sections.blade.php ENDPATH**/ ?>
Save