@lang('Roles')
@lang('Below is the list of configured user roles giving access to user of :app', [ 'app' => config('app.name') ])
@can('Create user roles')
@lang('Create a new role')
@endcan
{{ $this->table }}
@lang($selectedRole?->id ? 'Update role' : 'Create a new role')
@if($selectedRole) @livewire('administration.roles-dialog', ['role' => $selectedRole]) @endif
@push('scripts') @endpush