@slot('tools') @endslot @slot('actions')
@endslot
@foreach ($items as $item) @endforeach
@lang('Name') @lang('Email') @lang('Role') @lang('Actions')
{{ $item->full_name }}
{{ $item->email }} {{ $item->roles->map(fn($role)=>Str::of($role->name)->replace('-', ' ')->title)->join(', ') }}
@if($item->id != 1) @endif