| # | User | Contact | Window | Role | Status | Services | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $user->name }}
{{ $user->email }}
|
{{ $user->phone ?? '-' }} | {{ $user->window?->getLocalized('name') ?? '-' }} | {{ $user->role->name }} |
status ? 'checked' : '' }}
>
|
@if ($user->services->isNotEmpty())
@foreach ($user->services as $service)
{{ $service->getLocalized('name') }}
@endforeach
@else
None
@endif
|
Edit |
No Users FoundTry adjusting your search or filter |
|||||||