Файловый менеджер - Редактировать - /home/clickysoft/public_html/benchexc.clickysoft.net/storage/framework/views/011fabd6f47f931ed99e0ef0aaf122f3.php
Назад
<?php $__env->startSection('title', 'Manage Users'); ?> <?php $__env->startPush('styles'); ?> <link rel="stylesheet" href="<?php echo e(asset('assets/vendor/libs/datatables-bs5/datatables.bootstrap5.css')); ?>" /> <link rel="stylesheet" href="<?php echo e(asset('assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.css')); ?>" /> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="container-xxl flex-grow-1 container-p-y"> <div class="card"> <div class="card-datatable text-nowrap"> <div class="row"> <div class="col-md-12"> <?php echo $__env->make('partials.alert', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <table id="custom_datatable" class="table table-bordered table-responsive"></table> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('scripts'); ?> <script src="<?php echo e(asset('assets/vendor/libs/datatables/jquery.dataTables.js')); ?>"></script> <script src="<?php echo e(asset('assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js')); ?>"></script> <script src="<?php echo e(asset('assets/vendor/libs/datatables-responsive/datatables.responsive.js')); ?>"></script> <script src="<?php echo e(asset('assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/axios.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/sweetalert.min.js')); ?>"></script> <script> $(function (){ $('#custom_datatable').DataTable({ "processing": true, "serverSide": true, 'iDisplayLength':50, "orderMulti": true, "scrollX": true, "ajax": "<?php echo e(route('company-manage')); ?>", "columns": [ { "data" : "company_name","title" : "Company Name", "orderable": true, "searchable": true }, { "data" : "email", "title" : "Email", "orderable": false, "searchable": false }, { "data" : "phone_number", "title" : "Phone Number", "orderable": false, "searchable": false }, { "data" : "industry","title" : "Industry", "orderable": true, "searchable": true }, { "data" : "city","title" : "city", "orderable": true, "searchable": true }, { "data" : "location","title" : "Location", "orderable": true, "searchable": true }, { "data" : "contact_person_name", "title" : "Contact Person Name", "orderable": true, "searchable": true }, { "data" : "company_size", "title" : "company_size", "orderable": true, "searchable": true }, { "data" : "website_url", "title" : "website_url", "orderable": true, "searchable": true }, { "data" : "linkedin_profile_url", "title" : "linkedin_profile_url", "orderable": true, "searchable": true }, { "data" : "description", "title" : "Description", "orderable": true, "searchable": true }, { "data" : "status", "title" : "Status", "orderable": true, "searchable": true }, { "data" : "action","title" : "Action", "orderable": false, "searchable": false, "width": "190px" } ] }); }); function changeStatus(route) { axios.get(route).then(function (response) { swal({ title: response.data.msg, icon: "success", closeOnClickOutside: false }).then((successBtn) => { if (successBtn) { $('#custom_datatable').DataTable().ajax.reload(); } }); }).catch(function (error) { swal({ title: error.response.data.msg, icon: "error", dangerMode: true, closeOnClickOutside: false }); }); } function deleteData(route) { swal({ title: "Are You Sure?", icon: "warning", closeOnClickOutside: false, buttons:{cancel:true,confirm:"Yes, delete it!"}, dangerMode: true }).then((btn) => { if(btn){ window.location.href = route; } }) } </script> <?php $__env->stopPush(); ?> <?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/clickysoft/public_html/benchexc.clickysoft.net/resources/views/admin/Company-manage/index.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка