403Webshell
Server IP : 46.62.235.243  /  Your IP : 216.73.216.217
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/linkabili/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/linkabili/storage/framework/views/86643452ce3f67784303c100c8ae83bdf8cb38d1.php
<style>
    .icofont-exclamation:before {
        content: "\ef1c";
        background-color: yellow;
        border-radius: 51px;
        font-size: 20px;
    }

    .icofont-check-circled {
        background-color: green;
        border-radius: 51px;
        font-size: 20px;
        color: white;
    }
</style>
<div class="col-lg-12">
    <h6>Inserisci le tue referenze</h6>
    <div class="form-group table-responsive">
        <table id="shipping_table_referenze" class="table shipping_table_referenze">
            <tr>
                <td>
                    Nome referente
                </td>
                <td>
                    Cognome referente
                </td>
                <td>
                    telefono referente
                </td>
                <td>
                    Verificato
                </td>
                <td>
                    <button type="button" class="btn btn-primary btn-block " onclick="add_row_refernze()">Aggiungi
                    </button>
                </td>
            </tr>
            <?php if($user->referenze): ?>
                <?php $__currentLoopData = $user->referenze; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $referenze): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <tr id="<?php echo e($referenze->id); ?>">

                        <td style='padding: 1px;'>
                            <input type="text" name="nome_referente[]"
                                   id="nome_referente<?php echo e($key+1); ?>"
                                   value='<?php echo e($referenze->nome_referente ?? ''); ?>'
                                   class="form-control ">
                        </td>
                        <td style='padding: 1px;'>
                            <input type="text" name="cognome_referente[]"
                                   id="cognome_referente<?php echo e($key+1); ?>"
                                   value='<?php echo e($referenze->cognome_referente ?? ''); ?>'
                                   class="form-control">
                        </td>
                        <td style='padding: 1px;'>
                            <input type="text" name="telefono_referente[]"
                                   id="telefono_referente<?php echo e($key+1); ?>"
                                   value='<?php echo e($referenze->telefono_referente ?? ''); ?>'
                                   class="form-control ">
                        <td>
                            <span><?php if($referenze->verificato): ?> Verificato <?php else: ?> Non Verificato <?php endif; ?></span>
                            <input type="hidden" name="verificato[]"
                                   id="verificato<?php echo e($key+1); ?>"
                                   value='<?php echo e($referenze->verificato ? 1 : 0); ?>'
                                   class="form-control ">
                        </td>
                        <td style='padding: 1px;'>

                            <button type="button" class="ibtnDel-shipping_table_referenze btn btn-md btn-danger">Elimina
                            </button>
                            <?php if(!$referenze->verificato): ?>


                                <button type="button" class="ibtnVer-shipping_table_referenze btn btn-md btn-info">
                                    Verifica
                                </button>
                            <?php endif; ?>
                        </td>
                    </tr>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            <?php else: ?>
            <?php endif; ?>
        </table>
    </div>
</div>

<?php $__env->startPush('footersection'); ?>

    <script>

        function add_row_refernze() {

            var newRow = $("<tr>"), cols = '', options = '';
            cols = " " +
                "                        <td style='padding: 1px;'>\n" +
                "                            <input type=\"text\" name=\"nome_referente[]\"\n" +
                "                                   id=\"nome_referente\"\n" +
                "                                   required value=''\n" +
                "                                   class=\"form-control \">\n" +
                "                        </td>\n" +
                "                        <td style='padding: 1px;'>\n" +
                "                            <input type=\"text\" name=\"cognome_referente[]\"\n" +
                "                                   id=\"cognome_referente\"\n" +
                "                                 required  value=''\n" +
                "                                   class=\"form-control\">\n" +
                "                        </td>\n" +
                "                        <td  style='padding: 1px;'>\n" +
                "                            <input type=\"text\" name=\"telefono_referente[]\"\n" +
                "                                   id=\"telefono_referente\"\n" +
                "                                  required value=''\n" +
                "                                   class=\"form-control \">\n" +
                "  <input type=\"hidden\" name=\"verificato[]\"\n"+
                " id=\"verificato\" value=\"0\" class=\"form-control \">"+
                "                        <td>\n" +
                "                            <span>  Non Verificato </span>\n" +
                "                        </td>\n" +
                "                        <td style='padding: 1px;'>\n" +
                "                            <button type=\"button\" class=\"ibtnDel-shipping_table_referenze btn btn-md btn-danger\">Elimina\n" +
                "                            </button>\n" +
                "                        </td>";
            newRow.append(cols);
            $("#shipping_table_referenze").append(newRow);
        }

        $("#shipping_table_referenze").on("click", ".ibtnDel-shipping_table_referenze", function (event) {
            $(this).closest("tr").remove();

        });

        $("#shipping_table_referenze").on("click", ".ibtnVer-shipping_table_referenze", function (event) {
            var id = $(this).closest('tr').attr('id');

            $.post('/panel/ajax/verificareferenza', {id: id}, function (date) {
               location.reload();
            });
        });
    </script>

<?php $__env->stopPush(); ?>
<?php /**PATH /var/www/linkabili/resources/views/backend/user/professionist/referenze.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit