@extends('adminlte::page') @section('title', trans('adminlte::users.title.index')) @section('content_header')

@lang('adminlte::users.header.index')

@can('add-user') @endcan
@stop @section('content') @include('sweetalert::alert')

Search

@lang('adminlte::users.user_name') @lang('adminlte::users.user_role') @lang('adminlte::users.phone_no') @lang('adminlte::users.user_email') @lang('adminlte::users.created_at') @lang('adminlte::users.action')
@stop @section('js') @stop