@extends('backend.layouts.master') @section('title', __('static.users.users')) @section('content')
{{ __('static.users.system_users') }}
@can('backend.user.create') @endcan @can('backend.user.destroy') @endcan
{!! $dataTable->table() !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush