@extends('layouts.smartadmin.main') @section('title') @lang('List') • @lang('Users') @endsection @section('content')

@lang('Users List')

{{ $dataTable->table() }}
@endsection @push('scripts') {!! $dataTable->scripts() !!} @endpush