| Dipendente | Telefono | Utente collegato | Stato | Azioni | |
|---|---|---|---|---|---|
| {{ $row['nome'] }} | {{ $row['email'] !== '' ? $row['email'] : '-' }} | {{ $row['telefono'] !== '' ? $row['telefono'] : '-' }} |
@if((int) ($row['user_id'] ?? 0) > 0)
{{ $row['user_label'] }} (ID {{ (int) $row['user_id'] }})
@if((int) ($row['rubrica_id'] ?? 0) > 0)
Rubrica: {{ $row['rubrica'] ?: ('#' . (int) $row['rubrica_id']) }}
@endif
@else
@if((int) ($row['rubrica_id'] ?? 0) > 0)
{{ $row['rubrica'] ?: ('Rubrica #' . (int) $row['rubrica_id']) }}
@else
-
@endif
@endif
|
@if($row['attivo']) attivo @else non attivo @endif |
|
| Nessun dipendente registrato per questo fornitore. | |||||