Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/resources/views/admin/crmCustomers/show.blade.php
Назад
@extends('layouts.admin') @section('content') <div class="content"> <div class="card"> <div class="card-header"> Customers List </div> <div class="card-body"> <div class="table-responsive"> <table class="table table-bordered data-table "> <thead> <tr> <th>Id</th> <th>Customer Name</th> <th>Notification Email</th> <th>Contact</th> <th>Sales Manager</th> </tr> </thead> <tbody> </table> </div> </div> </div> </div> @endsection @section('scripts') <script src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script> <script src="https://cdn.datatables.net/1.10.19/js/dataTables.bootstrap4.min.js"></script> <script type="text/javascript"> $(".table").css("width", "100%"); var selected_ids = []; var check_id = 0; let bit = 0; $(function() { var table = $('.data-table').DataTable({ processing: false, serverSide: true, ordering: false, ajax: "{{ route('admin.view-customers') }}", columns: [{ data: 'id', name: 'id' }, { data: 'name', name: 'name' }, { data: 'email', name: 'email' }, { data: 'phone_no', name: 'phone_no' }, { data: 'account_manager', name: 'account_manager' }, ] }); }); </script> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка