@extends('layouts.app') @section('title', __('user.users')) @section('content')

@lang('user.users') @lang('user.manage_users')

{{-- @component('components.filters', ['title' => __('report.filters')])
@endcomponent --}} @component('components.widget', ['class' => 'box-primary', 'title' => __('user.all_users')]) @can('user.create') @slot('tool')
@lang('messages.add')
@endslot @endcan @can('user.view')
@lang('business.username') @lang('user.name') @lang('user.role') @lang('business.email') @lang('messages.action')
@endcan @endcomponent
@stop @section('javascript') @endsection