@include('backend/include/custom') @include('backend/include/head') @include('backend/include/datatableajax/tablelink') Users
@include('backend/include/sidebar') @include('backend/include/header')
@if(permission(session('SUPERADMIN_ID'), '30', 'action_view'))
@endif

Filter

@php if(!empty($_GET['name'])){ $name = $_GET['name']; } else { $name = ""; } if(!empty($_GET['email'])){ $email = $_GET['email']; } else { $email = ""; } if(!empty($_GET['number'])){ $number = $_GET['number']; } else { $number = ""; } @endphp
@include('backend/include/footer') @include('backend/include/datatableajax/tablescript')