!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/gateway.picotech.app/public_html/storage/framework/views/   drwxr-xr-x
Free 29.22 GB of 117.98 GB (24.77%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     de43909938348ecc25230082f83ef7610ee4bd75.php (36.23 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |


<?php $__env->startSection('title','Settings'); ?>

<?php $__env->startSection('extra-css'); ?>
    <style>
        .error{
            color:red
        }
    </style>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
    <section class="content-header">

    </section>
    <!-- Main content -->
    <section class="content">
        <div class="row">
            <div class="col-12 mx-auto col-sm-10">
                <!-- Custom Tabs -->
                <div class="card">
                    <input type="hidden" value="<?php echo e(request()->get('type')); ?>" id="url-type">
                    <div class="card-header d-flex p-0">
                        <div class="row">
                            <h2 class="card-title p-3"><a
                                    href="<?php echo e(route('customer.settings.index')); ?>"><?php echo e(trans('customer.settings')); ?></a></h2>
                            <ul class="nav nav-pills ml-auto pt-3">
                                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('manage_settings')): ?>
                                <li class="nav-item m-1"><a class="nav-link custom active nav-link-hover" href="#profile_tab"
                                                        data-toggle="tab"><?php echo e(trans('customer.profile')); ?></a>
                                </li>

                                <li class="nav-item m-1"><a class="nav-link custom nav-link-hover" href="#password_tab"
                                                        data-toggle="tab"><?php echo e(trans('customer.password')); ?></a>
                                </li>
                                <?php endif; ?>
                                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('manage_campaign')): ?>
                                <li class="nav-item m-1"><a class="nav-link custom nav-link-hover" href="#sms_template_tab"
                                                        data-toggle="tab" id="sms_template_click"><?php echo e(trans('customer.sms_template')); ?></a>
                                </li>
                                <?php endif; ?>

                                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('manage_settings')): ?>
                                <li class="nav-item m-1"><a class="nav-link custom nav-link-hover" href="#notification_tab"
                                                        data-toggle="tab"><?php echo e(trans('customer.general')); ?></a>
                                </li>

                                <li class="nav-item m-1"><a class="nav-link custom nav-link-hover sending-settings" href="#sending_settings_tab" id="sending_settings_click"
                                                        data-toggle="tab"><?php echo e(trans('customer.sending_settings')); ?></a>
                                </li>

                                <li class="nav-item m-1"><a class="nav-link custom nav-link-hover" href="#time_zone_settings_tab" id="time_zone_settings_click"
                                                        data-toggle="tab"><?php echo e(trans('customer.time_zone')); ?></a>
                                </li>

                                <li class="nav-item m-1"><a class="nav-link custom nav-link-hover" href="#permission_tab"
                                                                id="permission"
                                                                data-toggle="tab"><?php echo e(trans('Permission')); ?></a>
                                </li>
                                <?php endif; ?>
                            </ul>
                        </div>
                    </div><!-- /.card-header -->
                    <div class="card-body">
                        <div class="tab-content">
                            <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('manage_settings')): ?>
                            <div class="tab-pane active" id="profile_tab">
                                <form method="post" role="form" id="profile_form"
                                      action="<?php echo e(route('customer.settings.profile_update')); ?>"
                                      enctype="multipart/form-data">
                                    <?php echo csrf_field(); ?>
                                    <?php echo $__env->make('customer.settings.profile_form'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>

                                    <button type="submit" class="btn btn-primary"><?php echo e(trans('customer.submit')); ?></button>
                                </form>
                            </div>

                            <div class="tab-pane" id="password_tab">
                                <form method="post" role="form" id="password_form"
                                      action="<?php echo e(route('customer.settings.password_update')); ?>">
                                    <?php echo csrf_field(); ?>
                                    <?php echo $__env->make('customer.settings.password_form'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>

                                    <button type="submit" class="btn btn-primary"><?php echo e(trans('customer.submit')); ?></button>
                                </form>
                            </div>
                            <?php endif; ?>
                            <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('manage_campaign')): ?>
                            <div class="tab-pane" id="sms_template_tab">
                                <form method="post" role="form" id="sms_template"
                                      action="<?php echo e(route('customer.settings.password_update')); ?>">
                                    <?php echo csrf_field(); ?>
                                    <?php echo $__env->make('customer.settings.sms_template'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>

                                </form>
                            </div>
                             <?php endif; ?>
                            <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('manage_settings')): ?>
                            <div class="tab-pane" id="notification_tab">
                                <div class="row">
                                    <div class="col-sm-10 ml-2">

                                        <?php echo $__env->make('customer.settings.notification_form'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>

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

                            <div class="tab-pane" id="sending_settings_tab">
                                <div class="row">
                                    <div class="col-sm-10 ml-2">
                                        <form  method="post" role="form" id="sending_settings_form"
                                              action="<?php echo e(route('customer.settings.sending.update')); ?>"
                                              enctype="multipart/form-data">
                                            <?php echo csrf_field(); ?>
                                            <?php echo $__env->make('customer.settings.sending_settings'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                            <button type="submit"
                                                    class="btn btn-primary"><?php echo e(trans('customer.submit')); ?></button>
                                        </form>
                                    </div>
                                </div>
                            </div>

                            <div class="tab-pane" id="time_zone_settings_tab">
                                <div class="row">
                                    <div class="col-sm-10 ml-2">
                                        <form  method="post" role="form" id="time_zone_settings_form"
                                               action="<?php echo e(route('customer.settings.time.zone.update')); ?>"
                                               enctype="multipart/form-data">
                                            <?php echo csrf_field(); ?>
                                            <?php echo $__env->make('customer.settings.time_zone'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                            <button type="submit"
                                                    class="btn btn-primary mt-3"><?php echo e(trans('customer.submit')); ?></button>
                                        </form>
                                    </div>
                                </div>
                            </div>

                            <div class="tab-pane" id="permission_tab">
                                <div class="row">
                                    <div class="col-sm-10 ml-2">
                                        <div class="pt-4">
                                            <div class="col-xl-12">
                                                <form action="<?php echo e(route('customer.permission.update')); ?>" method="post">
                                                    <?php echo csrf_field(); ?>
                                                    <?php echo method_field('put'); ?>
                                                    <?php $counter=0?>
                                                    <?php $__currentLoopData $roles$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $role): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                                        <?php if($role->name !='main_customer'): ?>
                                                            <?php if(auth()->user()->id==$role->customer_id): ?>
                                                            <div class="row mb-2"
                                                                 id="show_role_<?php echo e($role->name); ?>">
                                                                <div class="col-lg-2">
                                                                    <label><?php echo e($role->name); ?> <span
                                                                            class="float-right ml-3"><a
                                                                                href="#"><i
                                                                                    data-role="<?php echo e($role->name); ?>"
                                                                                    class="fa fa-trash text-danger"></i></a></span></label>
                                                                </div>
                                                                <div class="col-lg-10">
                                                                    <div class="row">
                                                                        <input type="hidden"
                                                                               value="<?php echo e($role->name); ?>"
                                                                               name="role_name[]">
                                                                        <?php $pre_role\Spatie\Permission\Models\Role::where('name'$role->name)->first();$rolePermissions=$pre_role->getAllPermissions()->pluck('name')->toArray();?>
                                                                        <?php $__currentLoopData get_staff_permission(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$permission): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                                                            <?php $counter++; ?>
                                                                            <div
                                                                                class="col-sm-4 display">
                                                                                <div
                                                                                    class="form-group clearfix">
                                                                                    <div
                                                                                        class="icheck-success">
                                                                                        <input
                                                                                            name="permission[<?php echo e($role->id); ?>][]"
                                                                                            value="<?php echo e($permission); ?>"
                                                                                            <?php echo e(in_array($permission,$rolePermissions)?'checked':''); ?> type="checkbox"
                                                                                            id="checkboxSuccess_<?php echo e($permission); ?>_<?php echo e($role->name); ?>">
                                                                                        <label
                                                                                            for="checkboxSuccess_<?php echo e($permission); ?>_<?php echo e($role->name); ?>"
                                                                                            class="text-muted d-inline ml-2">
                                                                                            <?php echo e(strtoupper(str_replace('_',' ',$permission))); ?>

                                                                                        </label>
                                                                                    </div>
                                                                                </div>
                                                                            </div>
                                                                        <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                                                    </div>
                                                                </div>
                                                            </div>
                                                        <?php endif; ?>
                                                        <?php endif; ?>
                                                    <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>

                                                    <?php if(isset($counter) && $counter 0): ?>
                                                        <div class="text-right mt-2">
                                                            <button type="submit"
                                                                    class="btn btn-primary"><?php echo e(trans('Submit')); ?></button>
                                                        </div>
                                                    <?php endif; ?>
                                                </form>

                                                <div class="text-right p-4">
                                                    <button type="button"
                                                            class="btn btn-md btn-primary float-left"
                                                            id="add_new_role"><?php echo e(trans('Add New Role')); ?>

                                                    </button>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <?php endif; ?>
                        </div>
                        <!-- /.tab-content -->
                    </div><!-- /.card-body -->
                </div>
                <!-- ./card -->


            </div>
            <!-- /.card -->
        </div>
        <!-- /.col -->
        </div>
        <!-- /.row -->
    </section>
    <!-- /.content -->

    <div class="modal fade" id="smsTemplateModal">
        <div class="modal-dialog">
            <form action="<?php echo e(route('customer.sms.template')); ?>" method="post" id="templateForm">
                <?php echo csrf_field(); ?>
                <input type="hidden" id="template_id" name="id">
                <div class="modal-content">
                    <div class="modal-header">
                        <h4 class="modal-title" id="title"></h4>
                        <button type="button" class="close" style="outline: white !important;" data-dismiss="modal"
                                aria-label="Close">
                            <span class="close-icon" aria-hidden="true">&times;</span>
                        </button>
                    </div>
                    <div class="modal-body">
                        <div class="form-group">
                            <label for=""><?php echo e(trans('customer.title')); ?></label>
                            <input id="template_subject" value="<?php echo e(old('title')?old('title'):''); ?>" type="text"
                                   class="form-control" name="title">
                        </div>
                        <div class="form-group">
                            <label for=""><?php echo e(trans('customer.status')); ?></label>
                            <select id="template_status" name="status" class="form-control">
                                <option
                                    <?php echo e(old('status') && old('status')=='active'?'selected':''); ?> value="active"><?php echo e(trans('customer.active')); ?></option>
                                <option
                                    <?php echo e(old('status') && old('status')=='inactive'?'selected':''); ?> value="inactive"><?php echo e(trans('customer.inactive')); ?></option>
                            </select>
                        </div>
                        <div class="form-group">
                            <label for=""><?php echo e(trans('customer.template_body')); ?></label>
                            <textarea id="template_body" name="body" autofocus class="form-control" cols="5"
                                      rows="5"><?php echo e(old('body')?old('body'):''); ?></textarea>
                            <div class="text-right">
                                <b id="smsCount"></b> SMS (<b id="smsLength"></b>) Characters left
                            </div>
                        </div>
                        <div class="form-group">
                            <?php $__currentLoopData sms_template_variables(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$t): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                <button type="button" data-name="<?php echo e($key); ?>"
                                        class="btn btn-sm btn-info add_tool mt-2"><?php echo e(ucfirst(str_replace('_',' ',$t))); ?></button>
                            <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                        </div>

                    </div>
                    <div class="modal-footer justify-content-between">
                        <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
                        <button type="submit" class="btn btn-primary">Save changes</button>
                    </div>
                </div>
            </form>
            <!-- /.modal-content -->
        </div>
        <!-- /.modal-dialog -->
    </div>


    <div class="modal fade" id="add_role_new_modal">
        <div class="modal-dialog modal-lg">
            <div class="modal-content">
                <form action="<?php echo e(route('customer.role.create')); ?>" method="post">
                    <?php echo csrf_field(); ?>
                    <?php echo method_field('put'); ?>
                    <div class="modal-header">
                        <h4 class="modal-title">Role Permission</h4>
                        <button type="button" class="close" data-dismiss="modal"
                                aria-label="Close">
                            <span aria-hidden="true">&times;</span>
                        </button>
                    </div>
                    <div class="modal-body">
                        <div class="row">
                            <div class="col-sm-12">


                                <div class="form-group">
                                    <label for=""><?php echo e(trans('Role Name')); ?></label>
                                    <input type="text" name="role_name"
                                           class="form-control">
                                </div>
                            </div>
                            <?php $__currentLoopData $permissions->whereIn('name',get_staff_permission()); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $permission): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                <?php if(in_array($permission->nameget_staff_permission())): ?>
                                <div class="col-sm-4" style="text-wrap: inherit">
                                    <div class="form-group clearfix display">
                                        <div class="icheck-success">
                                            <input type="checkbox"
                                                   id="checkboxSuccess_<?php echo e($permission->name); ?>"
                                                   value="<?php echo e($permission->name); ?>"
                                                   name="permission[]">
                                            <label class="text-muted d-inline"
                                                   for="checkboxSuccess_<?php echo e($permission->name); ?>">
                                                <?php echo e(strtoupper(str_replace('_',' ',$permission->name))); ?>

                                            </label>
                                        </div>
                                    </div>
                                </div>
                                <?php endif; ?>
                            <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>

                        </div>
                    </div>
                    <div class="modal-footer justify-content-between">
                        <button type="button" class="btn btn-default"
                                data-dismiss="modal">
                            <?php echo e(trans('Close')); ?>

                        </button>
                        <button type="submit"
                                class="btn btn-primary"><?php echo e(trans('Submit')); ?></button>
                    </div>
                </form>
            </div>
            <!-- /.modal-content -->
        </div>
        <!-- /.modal-dialog -->
    </div>


<?php $__env->stopSection(); ?>

<?php $__env->startSection('extra-scripts'); ?>
    <script src="<?php echo e(asset('plugins/jquery-validation/jquery.validate.min.js')); ?>"></script>

    <script src="<?php echo e(asset('plugins/bs-custom-file-input/bs-custom-file-input.js')); ?>"></script>

    <?php if(request()->get('sending_settings')): ?>
        <script>
            $('.sending-settings').trigger('click');
        </script>
    <?php endif; ?>

    <script !src="">
        "use strict";
        let $validate;
        $validate = $('#profile_form').validate({
            rules: {
                email: {
                    required: true,
                    email: true,
                },
                first_name: {
                    required: true
                },
                last_name: {
                    required: true
                },
            },
            messages: {
                email: {
                    required: "Please enter a email address",
                    email: "Please enter a vaild email address"
                },
                password: {
                    required: "Please provide a password",
                    minlength: "Your password must be at least 5 characters long"
                },
                first_name: {required: "Please provide first name"},
                last_name: {required: "Please provide last name"}
            },
            errorElement: 'span',
            errorPlacement: function (error, element) {
                error.addClass('invalid-feedback');
                element.closest('.form-group').append(error);
            },
            highlight: function (element, errorClass, validClass) {
                $(element).addClass('is-invalid');
            },
            unhighlight: function (element, errorClass, validClass) {
                $(element).removeClass('is-invalid');
            }
        });
        $('#notification_switch').on('change', function (e) {
            const isChecked = $(this).is(':checked');
            $.ajax({
                method: 'post',
                url: '<?php echo e(route('customer.settings.notification_update')); ?>',
                data: {_token: '<?php echo e(csrf_token()); ?>', isChecked},
                success: function (res) {
                    notify('success', res.message);
                }
            })
        });

        $(document).on('click', '.fa-trash', function (e) {
            e.preventDefault();

            const role = $(this).attr('data-role');
            $.ajax({
                method: "get",
                url: "<?php echo e(route('customer.staff.role.delete')); ?>",
                data: {
                    role: role,
                },

                success: function (res) {
                    let html = '';
                    if (res.status == 'success') {
                        $('#show_role_' + role).remove();
                    } else {
                        toastr.error(res.message, 'failed', {timeOut: 5000});
                    }
                }
            })
        });

        $(document).on('click', '#add_new_role', function(e){
            $('#add_role_new_modal').modal('show');
        })

        $(document).ready(function () {
            bsCustomFileInput.init();
        });

        $('#templateForm').validate({
            rules: {
                title: {
                    required: true,
                },
                body: {
                    required: true
                },
                status: {
                    required: true
                },
            },
            messages: {
                title: {
                    required: "Please enter template title",
                },
                body: {
                    required: "Please enter template body",
                },
                status: {required: "Please select template status"},
            },
            errorElement: 'span',
            errorPlacement: function (error, element) {
                error.addClass('invalid-feedback');
                element.closest('.form-group').append(error);
            },
            highlight: function (element, errorClass, validClass) {
                $(element).addClass('is-invalid');
            },
            unhighlight: function (element, errorClass, validClass) {
                $(element).removeClass('is-invalid');
            }
        });

        $(document).on('click', '#addNewTemplate', function (e) {
            $('#smsTemplateModal').modal('show');
            $('#title').text($(this).attr('data-title'));
        });

        $('.add_tool').on('click', function (e) {
            var curPos =
                document.getElementById("template_body").selectionStart;

            let x = $("#template_body").val();
            let text_to_insert = $(this).attr('data-name');
            $("#template_body").val(
                x.slice(0, curPos) + text_to_insert + x.slice(curPos));

        });


        $(document).on('click', '.template-edit', function (e) {
            $('#smsTemplateModal').modal('show');
            const value = JSON.parse($(this).attr('data-value'));

            $('#template_id').val(value.id);
            $('#template_subject').val(value.title);
            $('#template_body').text(value.body);
            $('#title').text('SMS Template Edit');
            $("#template_status").val(value.status);

        });
        $(document).on('keyup or click', '#template_body', function (e) {
            const character = $(this).val().length;

            var messageValue = $(this).val();
            var div = parseInt(parseInt(messageValue.length - 1) / 160) + 1;
            if (div <= 1) {
                $("#count").text("Characters left: " + (160 - messageValue.length));
            } else $("#count").text("Characters left: " + (160 * div - messageValue.length) + "/" + div);
        });

        $('#webhookSubmit').on('click', function (e) {
            const type = $('#webhook_type').val();
            const url = $('#webhook_url').val();

            $.ajax({
                method: 'post',
                url: '<?php echo e(route('customer.settings.webhook_update')); ?>',
                data: {_token: '<?php echo e(csrf_token()); ?>', type: type, url: url},
                success: function (res) {
                    notify('success', res.message);
                }
            })
        })

        $('#dataPostIngSubmit').on('click', function (e) {
            const type = $('#data_posting_type').val();
            const url = $('#data_posting_url').val();

            $.ajax({
                method: 'post',
                url: '<?php echo e(route('customer.settings.data_posting')); ?>',
                data: {_token: '<?php echo e(csrf_token()); ?>', type: type, url: url},
                success: function (res) {
                    notify('success', res.message);
                }
            })
        })
        $('#offDay').select2({
            placeholder: 'Select an offday',
            multiple: true
        }).val(<?php echo json_encode(isset($sending_settings['offdays'])? json_decode($sending_settings['offdays']):[], 15512?>).change();

        $('#sending_settings_form').validate({
            rules: {
                daily_send_limit: {
                    required: true,
                    max:<?php echo e(isset($customer_plan->daily_send_limit)?$customer_plan->daily_send_limit:0); ?>

                },
                minute_limit:{
                    required:true,
                    min:1
                }
            }
        });

        $('.message_limit').on('keyup or paste', function (e){
            let  message_limit = $(this).val();
            $('#message_limit').text(message_limit?message_limit:'0');
        });
        $('.minutes').on('keyup or paste', function (e){
            let minute_limit = $(this).val()
            $('#minutes').text(minute_limit?minute_limit:'0');
        });
        $(function () {
        const type =  $('#url-type').val()
        if (type == 'settings'){
            $('#sms_template_click').trigger('click');
        }else if(type == 'sending_settings') {
            $('#sending_settings_click').trigger('click');
        }
        })
        $('#timezone').select2();
    </script>
    <script>
        (function($){
            $.fn.smsArea = function(options){

                //Generate Ascii Character Array
                var maxCh = 1000;
                var minCh = 0;
                var arrAscii = [];
                for(minCh =1;  minCh < maxCh; minCh++){
                    arrAscii.push(minCh * 160);
                }
                //End

                //Generate Unicode Character Array
                var unMaxCh = 1000;
                var unMinCh = 0;
                var arrUnicode = [];
                for(unMinCh =1;  unMinCh < unMaxCh; unMinCh++){
                    arrUnicode.push(unMinCh * 70);
                }
                //End

                var
                    e = this,
                    cutStrLength = 0,

                    s = $.extend({

                        cut: true,
                        maxSmsNum: 1000,
                        interval: 5,

                        counters: {
                            message: $('#smsCount'),
                            character: $('#smsLength')
                        },

                        lengths: {
                            ascii: arrAscii,
                            unicode: arrUnicode
                        }
                    }, options);


                e.keyup(function(){

                    clearTimeout(this.timeout);
                    this.timeout = setTimeout(function(){

                        var
                            smsType,
                            smsLength = 0,
                            smsCount = -1,
                            charsLeft = 0,
                            text = e.val(),
                            isUnicode = false;

                        for(var charPos = 0; charPos < text.length; charPos++){
                            switch(text[charPos]){
                                case "\n":
                                case "[":
                                case "]":
                                case "\\":
                                case "^":
                                case "{":
                                case "}":
                                case "|":
                                case "€":
                                    smsLength += 2;
                                    break;

                                default:
                                    smsLength += 1;
                            }

                            //!isUnicode && text.charCodeAt(charPos) > 127 && text[charPos] != "€" && (isUnicode = true)
                            if(text.charCodeAt(charPos) > 127 && text[charPos] != "€")
                                isUnicode = true;
                        }

                        if(isUnicode)   smsType = s.lengths.unicode;
                        else                smsType = s.lengths.ascii;

                        for(var sCount = 0; sCount < s.maxSmsNum; sCount++){

                            cutStrLength = smsType[sCount];
                            if(smsLength <= smsType[sCount]){

                                smsCount = sCount + 1;
                                charsLeft = smsType[sCount] - smsLength;
                                break
                            }
                            console.log(sCount, s.maxSmsNum);
                        }

                        if(s.cut) e.val(text.substring(0, cutStrLength));
                        smsCount == -1 && (smsCount = s.maxSmsNum, charsLeft = 0);

                        s.counters.message.html(smsCount);
                        s.counters.character.html(charsLeft);

                    }, s.interval)
                }).keyup();

            }}(jQuery));


        //Start
        $(function(){
            $('#template_body').smsArea();
        })
    </script>

<?php $__env->stopSection(); ?>


<?php echo $__env->make('layouts.customer'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/picotech/domains/gateway.picotech.app/public_html/resources/views/customer/settings/index.blade.php ENDPATH**/ ?>

:: 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.0063 ]--