@extends('dashboard.layouts.app') @push('headScripts') @endpush @section('content')

{{ __('Users & Roles') }} / {{ __('Users') }}

{{ __('Users') }}
@if(PerUser('users.export'))
@csrf {{-- --}}
@csrf {{-- --}}
@endif @if(PerUser('users.import')) @endif @if(PerUser('users.destroy')) {!! __('Delete Selected :type',['type'=>__('User')]) !!} @endif @if(PerUser('users.create')) {{ __('Create :type',['type'=>__('User')]) }} @endif
{{ $dataTable->table(['class' => 'table table-bordered table-striped mb-0']) }}
@endsection @push('footerScripts') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush