@extends('company.layouts.main') @section('content')

Super Admin

Name Email Contact View/EditRights
Parth Shah parth.123@gmail.com +91 123456789 Edit Delete
Parth Shah parth.123@gmail.com +91 123456789 Edit Delete
Parth Shah parth.123@gmail.com +91 123456789 Edit Delete
Parth Shah parth.123@gmail.com +91 123456789 Edit Delete
Parth Shah parth.123@gmail.com +91 123456789 Edit Delete
Parth Shah parth.123@gmail.com +91 123456789 Edit Delete
Parth Shah parth.123@gmail.com +91 123456789 Edit Delete
Parth Shah parth.123@gmail.com +91 123456789 Edit Delete
@endsection @section('script') $(function () { var table = $('#datatable').DataTable({ processing: true, serverSide: true, responsive:true, order:['0','desc'], "columnDefs": [ { "targets": [ 0 ], "visible": false, "searchable": true }, ], "columns": [ { data: 'id' }, { data: 'username' }, { data: 'email' }, {data: 'action', name: 'action', orderable: false, searchable: false}, ] }); }); @endsection