!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/game.picotech.app/public_html/core/resources/views/back/settings/   drwxr-xr-x
Free 28.84 GB of 117.98 GB (24.45%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     system.blade.php (61.49 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('master.back')

@section('styles')
<link rel="stylesheet" href="{{asset('assets/back/js/plugin/codemirror/codemirror.css')}}">
<link rel="stylesheet" href="{{asset('assets/back/js/plugin/codemirror/monokai.css')}}">
@endsection


@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>{{ __('Basic Information') }}</b></h3>

            </div>
    </div>
</div>

<div class="row">
    <div class="col-lg-12">
        @include('alerts.alerts')
    </div>
</div>

<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 -->
                    <form class="admin-form" action="{{ route('back.setting.update') }}" method="POST"
                                enctype="multipart/form-data">

                                @csrf


                        <div class="row">
                            <div class="col-xl-3 col-lg-3">
                                <div class="nav flex-column m-3 nav-pills nav-secondary" id="v-pills-tab" role="tablist" aria-orientation="vertical">
                                        <a class="nav-link active" data-toggle="pill" href="#basic">{{ __('Basic Information') }}</a>
                                        {{-- <a class="nav-link" data-toggle="pill" href="#theme">{{ __('Home Page Themes') }}</a> --}}
                                        <a class="nav-link" data-toggle="pill" href="#media">{{ __('Media') }}</a>
                                        <a class="nav-link" data-toggle="pill" href="#api">{{ __('Api Configuration') }}</a>
                                        {{-- <a class="nav-link" data-toggle="pill" href="#seo">{{ __('Seo') }}</a> --}}
                                        {{-- <a class="nav-link" data-toggle="pill" href="#links">{{ __('Menu') }}</a> --}}
                                        {{-- <a class="nav-link" data-toggle="pill" href="#custom_css" id="newcss">{{ __('Custom Css') }}</a> --}}
                                        {{-- <a class="nav-link" data-toggle="pill" href="#google_recaptcha">{{ __('Scripts') }}</a> --}}
                                        {{-- <a class="nav-link" data-toggle="pill" href="#shop">{{ __('Shop & Checkout Page') }}</a> --}}
                                        <a class="nav-link" data-toggle="pill" href="#footer">{{ __('Footer & Contact Page') }}</a>
                                </div>
                            </div>
                            <div class="col-xl-9 col-lg-9">


                                    <input type="hidden" name="is_validate" value="1">

                                    <div class="">
                                        <div id="tabs">
                                        <!-- Tab panes -->
                                        <div class="tab-content">
                                        <div id="basic" class="tab-pane active"><br>
                                            <div class="row justify-content-center">
                                                <div class="col-lg-8">
                                                    <div class="form-group">
                                                        <label for="title">{{ __('App Name') }} *</label>
                                                        <input type="text" name="title" class="form-control" id="title"
                                                            placeholder="{{ __('Enter Website Title') }}" value="{{ $setting->title }}" >
                                                    </div>
                                                </div>
                                                <div class="col-lg-8">
                                                    <div class="form-group">
                                                        <label for="home_page_title">{{ __('Home Page Title') }} *</label>
                                                        <input type="text" name="home_page_title" class="form-control" id="home_page_title"
                                                            placeholder="{{ __('Enter Home Page Title') }}" value="{{ $setting->home_page_title }}" >
                                                    </div>
                                                </div>

                                                <div class="col-lg-8">
                                                    <div class="form-group">
                                                        <label for="primary_color">{{ __('Primary Colour Code') }} *</label>
                                                        <input type="text" data-jscolor="" name="primary_color" class="form-control" id="primary_color"
                                                            placeholder="{{ __('Enter Website Primary Colour Code') }}" value="{{ $setting->primary_color }}" >
                                                    </div>
                                                </div>

                                                <div class="col-lg-8">
                                                    <div class="form-group">
                                                        <label for="is_decimal">{{ __('Decimal Separator') }} *</label>
                                                        <select name="is_decimal" id="is_decimal" class="form-control">
                                                            <option value="1" {{$setting->is_decimal == 1 ? 'selected' : ''}}>On</option>
                                                            <option value="0" {{$setting->is_decimal == 0 ? 'selected' : ''}}>Off</option>
                                                        </select>
                                                    </div>
                                                </div>

                                                <div class="col-lg-8">
                                                    <div class="form-group">
                                                        <label for="currency_direction">{{ __('Currency Direction') }} *</label>
                                                        <select name="currency_direction" id="currency_direction" class="form-control">
                                                            <option value="1" {{$setting->currency_direction == 1 ? 'selected' : ''}}>{{__('Left ($100.00)')}}</option>
                                                            <option value="0" {{$setting->currency_direction == 0 ? 'selected' : ''}}>{{__('Right (100.00$)')}}</option>
                                                        </select>
                                                    </div>
                                                </div>

                                                <div class="col-lg-8">
                                                    <div class="form-group">
                                                        <label for="decimal_separator">{{ __('Decimal Separator') }} *</label>
                                                        <select name="decimal_separator" id="decimal_separator" class="form-control">
                                                            <option value="," {{$setting->decimal_separator == ',' ? 'selected' : ''}}>{{__('Comma (,)')}}</option>
                                                            <option value="." {{$setting->decimal_separator == '.' ? 'selected' : ''}}>{{__('Dot (.)')}}</option>
                                                        </select>
                                                    </div>
                                                </div>

                                                <div class="col-lg-8">
                                                    <div class="form-group">
                                                        <label for="thousand_separator">{{ __('Thousand Separator') }} *</label>
                                                        <select name="thousand_separator" id="thousand_separator" class="form-control">
                                                            <option value="," {{$setting->thousand_separator == ',' ? 'selected' : ''}}>{{__('Comma (,)')}}</option>
                                                            <option value="." {{$setting->thousand_separator == '.' ? 'selected' : ''}}>{{__('Dot (.)')}}</option>
                                                        </select>
                                                    </div>
                                                </div>

                                            </div>

                                        </div>

                                            <div id="theme" class="tab-pane"><br>

                                                <div class="row justify-content-center">

                                                    <div class="col-lg-8">
                                                        <div class="form-group">
                                                            <label for="select_theme">{{ __('Select Home Page') }} *</label>
                                                            <select class="form-control" name="theme" id="select_theme">
                                                                <option value="theme1" {{$setting->theme == 'theme1' ? 'selected' : ''}} >{{__('Home 1')}}</option>
                                                                <option value="theme2" {{$setting->theme == 'theme2' ? 'selected' : ''}}>{{__('Home 2')}}</option>
                                                                <option value="theme3" {{$setting->theme == 'theme3' ? 'selected' : ''}}>{{__('Home 3')}}</option>
                                                                <option value="theme4" {{$setting->theme == 'theme4' ? 'selected' : ''}}>{{__('Home 4')}}</option>

                                                            </select>
                                                        </div>
                                                        <ul class="nav nav-pills nav-justified nav-secondary nav-pills-no-bd">
                                                            <li class="nav-item">
                                                                <a class="nav-link {{$setting->theme == 'theme1' ? 'active' : ''}}" data-toggle="pill" href="#theme1">{{ __('Home 1') }}</a>
                                                            </li>
                                                            <li class="nav-item">
                                                                <a class="nav-link {{$setting->theme == 'theme2' ? 'active' : ''}}" data-toggle="pill" href="#theme2">{{ __('Home 2') }}</a>
                                                            </li>
                                                            <li class="nav-item">
                                                                <a class="nav-link {{$setting->theme == 'theme3' ? 'active' : ''}}" data-toggle="pill" href="#theme3">{{ __('Home 3') }}</a>
                                                            </li>
                                                            <li class="nav-item">
                                                                <a class="nav-link {{$setting->theme == 'theme4' ? 'active' : ''}}" data-toggle="pill" href="#theme4">{{ __('Home 4') }}</a>
                                                            </li>
                                                        </ul>

                                                        <div class="tab-content">

                                                            <div id="theme1" class="container tab-pane {{$setting->theme == 'theme1' ? 'active' : ''}}"><br>
                                                                <div class="col-lg-12">
                                                                    <div class="form-group">
                                                                        <div class="col-lg-12 pb-1 text-center">
                                                                            <img class="admin-setting-img"
                                                                                src="{{ asset('assets/back/theme1.png')}}"
                                                                                alt="No Image Found">
                                                                        </div>
                                                                    </div>
                                                                </div>
                                                            </div>

                                                            <div id="theme2" class="container tab-pane {{$setting->theme == 'theme2' ? 'active' : ''}}"><br>
                                                                <div class="col-lg-12">
                                                                    <div class="form-group">
                                                                        <div class="col-lg-12 pb-1 text-center">
                                                                            <img class="admin-setting-img"
                                                                            src="{{ asset('assets/back/theme2.png')}}"
                                                                                alt="No Image Found">
                                                                        </div>

                                                                    </div>
                                                                </div>
                                                            </div>

                                                            <div id="theme3" class="container tab-pane {{$setting->theme == 'theme3' ? 'active' : ''}}"><br>
                                                                <div class="row justify-content-center">

                                                                    <div class="col-lg-12">
                                                                        <div class="form-group">
                                                                            <div class="col-lg-12 pb-1 text-center">
                                                                                <img class="admin-setting-img"
                                                                                src="{{ asset('assets/back/theme3.png')}}"
                                                                                    alt="No Image Found">
                                                                            </div>

                                                                        </div>
                                                                    </div>
                                                                </div>
                                                            </div>
                                                            <div id="theme4" class="container tab-pane {{$setting->theme == 'theme4' ? 'active' : ''}}"><br>
                                                                <div class="row justify-content-center">
                                                                    <div class="col-lg-12">
                                                                        <div class="form-group">
                                                                            <div class="col-lg-12 pb-1 text-center">
                                                                                <img class="admin-setting-img"
                                                                                src="{{ asset('assets/back/theme4.png')}}"
                                                                                    alt="No Image Found">
                                                                            </div>

                                                                        </div>
                                                                    </div>
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>

                                        <div id="media" class="tab-pane"><br>

                                            <div class="row justify-content-center">

                                                <div class="col-lg-8">

                                                    <ul class="nav nav-pills nav-justified nav-secondary nav-pills-no-bd">
                                                        <li class="nav-item">
                                                            <a class="nav-link active" data-toggle="pill" href="#logo">{{ __('Logo') }}</a>
                                                        </li>
                                                        <li class="nav-item">
                                                            <a class="nav-link" data-toggle="pill" href="#favicon">{{ __('Favicon') }}</a>
                                                        </li>
                                                        <li class="nav-item">
                                                            <a class="nav-link" data-toggle="pill" href="#loader">{{ __('Loader') }}</a>
                                                        </li>
                                                    </ul>

                                                    <div class="tab-content">

                                                        <div id="logo" class="container tab-pane active"><br>
                                                        <div class="row justify-content-center">

                                                            <div class="col-lg-12 ">

                                                                <div class="form-group">
                                                                    <label for="name">{{ __('Current Image') }}</label>
                                                                    <div class="col-lg-12 pb-1">
                                                                        <img class="admin-setting-img"
                                                                            src="{{ $setting->logo ? asset('assets/images/'.$setting->logo) : asset('assets/images/placeholder.png') }}"
                                                                            alt="No Image Found">
                                                                    </div>
                                                                    <span>{{ __('Image Size Should Be 140 x 40.') }}</span>
                                                                </div>

                                                                <div class="form-group position-relative ">
                                                                    <label class="file">
                                                                        <input type="file"  accept="image/*"  class="upload-photo" name="logo" id="file" aria-label="File browser example">
                                                                        <span class="file-custom text-left">{{ __('Upload Image...') }}</span>
                                                                    </label>
                                                                </div>

                                                            </div>

                                                        </div>
                                                        </div>

                                                        <div id="favicon" class="container tab-pane"><br>
                                                            <div class="row justify-content-center">

                                                                <div class="col-lg-12">

                                                                    <div class="form-group">
                                                                        <label for="name">{{ __('Current Image') }}</label>
                                                                        <div class="col-lg-12 pb-1">
                                                                            <img class="admin-setting-img my-mw-100"
                                                                                src="{{ $setting->favicon ? asset('assets/images/'.$setting->favicon) : asset('assets/images/placeholder.png') }}"
                                                                                alt="No Image Found">
                                                                        </div>
                                                                        <span>{{ __('Image Size Should Be 16 x 16.') }}</span>
                                                                    </div>

                                                                    <div class="form-group position-relative ">
                                                                        <label class="file">
                                                                            <input type="file"  accept="image/*"  class="upload-photo" name="favicon" id="file" aria-label="File browser example">
                                                                            <span class="file-custom text-left">{{ __('Upload Image...') }}</span>
                                                                        </label>
                                                                    </div>

                                                                </div>

                                                            </div>
                                                        </div>

                                                        <div id="loader" class="container tab-pane"><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_loader" value="1" {{ $setting->is_loader == 1 ? 'checked' : '' }}>
                                                                        <span class="switch-body"></span>
                                                                        <span class="switch-text">{{ __('Display Loader') }}</span>
                                                                        </label>
                                                                    </div>
                                                                    <div class="form-group">
                                                                        <label for="name">{{ __('Current Image') }}</label>
                                                                        <div class="col-lg-12 pb-1">
                                                                            <img class="admin-setting-img my-mw-100"
                                                                                src="{{ $setting->loader ? asset('assets/images/'.$setting->loader) : asset('assets/images/placeholder.png') }}"
                                                                                alt="No Image Found">
                                                                        </div>
                                                                    </div>
                                                                    <div class="form-group position-relative ">
                                                                        <label class="file">
                                                                            <input type="file"  accept="image/*"  class="upload-photo" name="loader" id="file" aria-label="File browser example">
                                                                            <span class="file-custom text-left">{{ __('Upload Image...') }}</span>
                                                                        </label>
                                                                    </div>



                                                                </div>
                                                            </div>

                                                        </div>

                                                    </div>
                                                </div>
                                            </div>

                                        </div>

                                            <div id="api" class="tab-pane">
                                                <div class="row justify-content-center">
                                                    <div class="col-lg-8">
                                                        <div class="form-group">
                                                            <label>{{ __('API Key') }} *</label>
                                                            <input type="text" name="api_key" class="form-control" placeholder="Enter API Key" id="api_key" value="{{$setting->api_key}}">
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>

                                        <div id="seo" class="tab-pane"><br>

                                                <div class="row justify-content-center">

                                                    <div class="col-lg-8">



                                                        <div class="form-group">
                                                            <label for="meta_keywords">{{ __('Site Meta Keywords') }} *</label>
                                                            <input type="text" name="meta_keywords" class="tags" id="meta_keywords"
                                                                placeholder="{{ __('Site Meta Keywords') }}" value="{{ $setting->meta_keywords }}" >
                                                        </div>

                                                        <div class="form-group">
                                                            <label for="meta_description">{{ __('Site Meta Description') }} *</label>
                                                            <textarea name="meta_description" id="meta_description" class="form-control" rows="5"
                                                                placeholder="{{ __('Enter Site Meta Description') }}"
                                                                >{{ $setting->meta_description }}</textarea>
                                                        </div>

                                                    </div>

                                                </div>

                                        </div>

                                        <div id="custom_css" class="tab-pane">
                                            <div class="row justify-content-center">
                                                <div class="col-lg-8">
                                                    <div class="form-group">
                                                        <label>{{ __('Custom Css') }} *</label>
                                                        <textarea name="custom_css"  class="form-control" id="custom_css_area" placeholder="{{ __('Custom Css') }}">{{ $setting->custom_css }}</textarea>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>

                                        <div id="links" class="tab-pane"><br>

                                            <div class="row justify-content-center">

                                                <div class="col-lg-6 offset-lg-3">
                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_shop" value="1" {{ $setting->is_shop == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Display Shop') }}</span>
                                                        </label>
                                                    </div>
                                                </div>

                                                <div class="col-lg-6 offset-lg-3">
                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_blog" value="1" {{ $setting->is_blog == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Display Blog') }}</span>
                                                        </label>
                                                    </div>
                                                </div>
                                                <div class="col-lg-6 offset-lg-3">
                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_campaign" value="1" {{ $setting->is_campaign == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Display Campaign') }}</span>
                                                        </label>
                                                    </div>
                                                </div>
                                                <div class="col-lg-6 offset-lg-3">
                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_brands" value="1" {{ $setting->is_brands == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Display Brand') }}</span>
                                                        </label>
                                                    </div>
                                                </div>

                                                <div class="col-lg-6 offset-lg-3">
                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_faq" value="1" {{ $setting->is_faq == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Display Faq') }}</span>
                                                        </label>
                                                    </div>
                                                </div>

                                                <div class="col-lg-6 offset-lg-3">
                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_contact" value="1" {{ $setting->is_contact == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Display Contact') }}</span>
                                                        </label>
                                                    </div>
                                                </div>

                                            </div>

                                        </div>

                                        <div id="footer" class="tab-pane"><br>

                                            <div class="row justify-content-center">

                                                <div class="col-lg-8">

                                                    <ul class="nav nav-pills nav-justified nav-secondary nav-pills-no-bd">
                                                        <li class="nav-item">
                                                            <a class="nav-link active" data-toggle="pill" href="#footer_basic">{{ __('Basic') }}</a>
                                                        </li>
                                                        <li class="nav-item">
                                                            <a class="nav-link" data-toggle="pill" href="#footer_link">{{ __('Social Link') }}</a>
                                                        </li>
                                                        {{-- <li class="nav-item">
                                                            <a class="nav-link" data-toggle="pill" href="#working_days">{{ __('Working Days') }}</a>
                                                        </li> --}}
                                                    </ul>

                                                    <div class="tab-content">

                                                        <div id="footer_basic" class="container tab-pane active"><br>
                                                        <div class="row justify-content-center">

                                                            <div class="col-lg-12">

                                                                    <div class="form-group">
                                                                        <label for="footer_address">{{ __('Store Address') }} *</label>
                                                                        <input type="text" name="footer_address" class="form-control" id="footer_address"
                                                                            placeholder="{{ __('Store Address') }}" value="{{ $setting->footer_address }}" >
                                                                    </div>

                                                                    <div class="form-group">
                                                                        <label for="footer_phone">{{ __('Store Phone Number') }} *</label>
                                                                        <input type="text" name="footer_phone" class="form-control" id="footer_phone"
                                                                            placeholder="{{ __('Store Phone Number') }}" value="{{ $setting->footer_phone }}" >
                                                                    </div>


                                                                    <div class="form-group">
                                                                        <label for="footer_email">{{ __('Store Email') }} *</label>
                                                                        <input type="email" name="footer_email" class="form-control" id="footer_email"
                                                                            placeholder="{{ __('Store Email') }}" value="{{ $setting->footer_email }}" >
                                                                    </div>
{{-- 
                                                                <div class="form-group">
                                                                    <label for="footer_gateway_img">{{ __('Current Gateway Image') }}</label>
                                                                    <div class="col-lg-12 pb-1">
                                                                        <img class="admin-setting-img"
                                                                            src="{{ $setting->footer_gateway_img ? asset('assets/images/'.$setting->footer_gateway_img) : asset('assets/images/placeholder.png') }}"
                                                                            alt="No Image Found">
                                                                    </div>
                                                                    <span>{{ __('Image Size Should Be 324 x 31.') }}</span>
                                                                </div> --}}
{{-- 
                                                                <div class="form-group position-relative ">
                                                                    <label class="file">
                                                                        <input type="file"  accept="image/*"  class="upload-photo" name="footer_gateway_img" id="footer_gateway_img" aria-label="File browser example">
                                                                        <span class="file-custom text-left">{{ __('Upload Image...') }}</span>
                                                                    </label>
                                                                </div> --}}

                                                                    <div class="form-group">
                                                                        <label for="copy_right">{{ __('Copyright') }} *</label>
                                                                        <textarea name="copy_right" id="copy_right" class="form-control" rows="3"
                                                                        placeholder="{{ __('Copyright') }}"
                                                                        >{{ $setting->copy_right }}</textarea>
                                                                    </div>


                                                            </div>

                                                        </div>
                                                        </div>

                                                        <div id="footer_link" class="container tab-pane"><br>
                                                            <div class="row justify-content-center">

                                                                <div class="col-lg-12">
                                                                    <div id="social-section">
                                                                        <div class="text-right">
                                                                            <button type="button" class="btn btn-success add-social ml-2" data-text="{{ __('Social Link') }}"> <i class="fa fa-plus"></i> </button>
                                                                        </div>
                                                                        @php
                                                                        $links = json_decode($setting->social_link,true)['links'];
                                                                        $icons = json_decode($setting->social_link,true)['icons'];
                                                                        @endphp
                                                                        @foreach ($links as $link_key => $link)
                                                                        <div class="d-flex">
                                                                            <div>
                                                                                <div class="form-group">
                                                                                    <button
                                                                                        class="btn btn-secondary social-picker"
                                                                                        name="social_icons[]"
                                                                                        data-icon="{{$icons[$link_key]}}">
                                                                                    </button>
                                                                                </div>
                                                                            </div>
                                                                            <div class="flex-grow-1">
                                                                                <div class="form-group">
                                                                                    <input type="text" class="form-control"
                                                                                        name="social_links[]"
                                                                                        placeholder="{{ __('Social Link') }}" value="{{$link}}">
                                                                                    </div>
                                                                            </div>
                                                                            <div class="flex-btn">
                                                                             
                                                                              
                                                                                <button type="button" class="btn btn-danger remove-social" data-text="{{ __('Social Link') }}"> <i class="fa fa-minus"></i> </button>
                                                                            </div>
                                                                        </div>
                                                                        @endforeach



                                                                    </div>

                                                                </div>

                                                            </div>
                                                        </div>

                                                        <div id="working_days" class="container tab-pane"><br>
                                                            <div class="row justify-content-center">

                                                                    <div class="col-lg-6">
                                                                        <div class="form-group">
                                                                            <label for="friday_start">{{ __('Monday-Friday from') }} *</label>
                                                                            <input type="text" name="friday_start" class="form-control timepicker" id="friday_start"
                                                                                placeholder="{{ __('Monday-Friday from') }}" value="{{ $setting->friday_start }}" >
                                                                        </div>
                                                                    </div>
                                                                    <div class="col-lg-6">
                                                                        <div class="form-group">
                                                                            <label for="friday_end">{{ __('Till') }} *</label>
                                                                            <input type="text" name="friday_end" class="form-control timepicker" id="friday_end"
                                                                                placeholder="{{ __('Till') }}" value="{{ $setting->friday_end }}" >
                                                                        </div>
                                                                    </div>
                                                                    <div class="col-lg-6">
                                                                        <div class="form-group">
                                                                            <label for="satureday_start">{{ __('Saturday-Sunday from') }} *</label>
                                                                            <input type="text" name="satureday_start" class="form-control timepicker" id="satureday_start"
                                                                                placeholder="{{ __('Saturday-Sunday from') }}" value="{{ $setting->satureday_start }}" >
                                                                        </div>
                                                                    </div>
                                                                    <div class="col-lg-6">
                                                                        <div class="form-group">
                                                                            <label for="satureday_end">{{ __('Till') }} *</label>
                                                                            <input type="text" name="satureday_end" class="form-control timepicker" id="satureday_end"
                                                                                placeholder="{{ __('Till') }}" value="{{ $setting->satureday_end }}" >
                                                                        </div>
                                                                    </div>

                                                            </div>
                                                        </div>
                                                    </div>

                                                </div>

                                            </div>

                                        </div>


                                        <div id="google_recaptcha" class="tab-pane"><br>
                                            <div class="row justify-content-center">

                                                <div class="col-lg-8">

                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_google_analytics"  value="1" {{ $setting->is_google_analytics == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Enable Google Analytics') }}</span>
                                                        </label>
                                                    </div>
                                                    <div class="form-group">
                                                        <label >{{ __('Google Analytics') }} *</label>
                                                        <textarea name="google_analytics" class="form-control" id="" placeholder="{{ __('Google Analytics') }}">{{ $setting->google_analytics }}</textarea>
                                                    </div>

                                                    <hr>

                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_google_adsense" value="1" {{ $setting->is_google_adsense == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Enable Google Adsense Code') }}</span>
                                                        </label>
                                                    </div>
                                                    <div class="form-group">
                                                        <label >{{ __('Google Adsense Code') }} *</label>
                                                        <textarea name="google_adsense" class="form-control" id="" placeholder="{{ __('Google Adsense Code') }}">{{$setting->google_adsense}}</textarea>
                                                    </div>


                                                    <hr>

                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="recaptcha" value="1" {{ $setting->recaptcha == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Display Google Recaptcha') }}</span>
                                                        </label>
                                                    </div>
                                                    <div class="form-group">
                                                        <label for="google_recaptcha_site_key">{{ __('Google Rechaptcha Site Key') }} *</label>
                                                        <input type="text" name="google_recaptcha_site_key" class="form-control" id="google_recaptcha_site_key"
                                                            placeholder="{{ __('Google Rechaptcha Site Key') }}" value="{{ $setting->google_recaptcha_site_key }}" >
                                                    </div>
                                                    <div class="form-group">
                                                        <label for="google_recaptcha_secret_key">{{ __('Google Rechaptcha Secret Key') }}</label>
                                                        <input type="text" name="google_recaptcha_secret_key" class="form-control" id="google_recaptcha_secret_key"
                                                            placeholder="{{ __('Google Rechaptcha Secret Key') }}" value="{{ $setting->google_recaptcha_secret_key }}" >
                                                    </div>


                                                    <hr>



                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_facebook_pixel" value="1" {{ $setting->is_facebook_pixel == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Display Facebook Pixel') }}</span>
                                                        </label>
                                                    </div>
                                                    <div class="form-group">
                                                        <label>{{ __('Facebook Pixel') }} *</label>
                                                        <textarea name="facebook_pixel" class="form-control" id="" placeholder="{{ __('Facebook Pixel') }}">{{ $setting->facebook_pixel }}</textarea>
                                                    </div>


                                                    <hr>

                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_facebook_messenger" value="1" {{ $setting->is_facebook_messenger == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Display Facebook Messenger') }}</span>
                                                        </label>
                                                    </div>
                                                    <div class="form-group">
                                                        <label>{{ __('Facebook Messenger Page Id') }} *</label>
                                                        <textarea name="facebook_messenger" class="form-control" id="" placeholder="{{ __('Facebook Messenger Page Id') }}">{{ $setting->facebook_messenger }}</textarea>
                                                    </div>


                                                    <hr>

                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_disqus" value="1" {{ $setting->is_disqus == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Display Disqus') }}</span>
                                                        </label>
                                                    </div>
                                                    <div class="form-group">
                                                        <label>{{ __('Disqus Link') }} *</label>
                                                        <textarea name="disqus" class="form-control" id="" placeholder="{{ __('Disqus Link') }}">{{ $setting->disqus }}</textarea>
                                                    </div>

                                                </div>

                                            </div>
                                        </div>



                                        <div id="shop" class="tab-pane"><br>
                                            <div class="row justify-content-center">

                                                <div class="col-lg-8">
                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_attribute_search"  value="1" {{ $setting->is_attribute_search == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Enable Filter By Attribute & Attribute Options') }}</span>
                                                        </label>
                                                    </div>
                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_range_search"  value="1" {{ $setting->is_range_search == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Enable Filter By Price Range') }}</span>
                                                        </label>
                                                    </div>
                                                    <div class="form-group">
                                                        <label for="view_product">{{ __('View Product') }} *</label>
                                                        <input type="text" name="view_product" class="form-control" id="view_product"
                                                            placeholder="{{ __('View Product') }}" value="{{ $setting->view_product }}" >
                                                    </div>
                                                    <div class="form-group">
                                                        <label for="max_price">{{ __('Price Range Max') }} *</label>
                                                        <input type="text" name="max_price" class="form-control" id="max_price"
                                                            placeholder="{{ __('Price Range Max') }}" value="{{ $setting->max_price }}" >
                                                    </div>

                                                    <hr>

                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_guest_checkout"  value="1" {{ $setting->is_guest_checkout == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Enable Guest Checkout') }}</span>
                                                        </label>
                                                    </div>

                                                    <div class="form-group">
                                                        <label class="switch-primary">
                                                        <input type="checkbox" class="switch switch-bootstrap status" name="is_privacy_trams"  value="1" {{ $setting->is_privacy_trams == 1 ? 'checked' : '' }}>
                                                        <span class="switch-body"></span>
                                                        <span class="switch-text">{{ __('Enable Privacy & Terms Conditions') }}</span>
                                                        </label>
                                                    </div>

                                                    <div class="form-group">
                                                        <label for="policy_link">{{ __('Privacy Policy Link') }} *</label>
                                                        <input type="text" name="policy_link" class="form-control" id="policy_link"
                                                            placeholder="{{ __('Privacy Policy') }}" value="{{ $setting->policy_link }}" >
                                                    </div>
                                                    <div class="form-group">
                                                        <label for="terms_link">{{ __('Terms of Service Link') }} *</label>
                                                        <input type="text" name="terms_link" class="form-control" id="terms_link"
                                                            placeholder="{{ __('Terms of Service') }}" value="{{ $setting->terms_link }}" >
                                                    </div>
                                                </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>


                            </div>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>
</div>
</div>

@endsection


@section('scripts')
<script src="{{asset('assets/back/js/plugin/codemirror/codemirror.js')}}"></script>
<script src="{{asset('assets/back/js/plugin/codemirror/css.js')}}"></script>
<script>

    $(document).ready(function () {
        var editor = CodeMirror.fromTextArea(document.getElementById("custom_css_area"), {
            mode: "text/css",
            matchBrackets: true,
            theme: "monokai"
        });
    });
</script>
@endsection


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.007 ]--