Internos (equipa AMIMAK) ou externos, ligados a um fornecedor.
| Nome | Tipo | Contacto | Conta | Especialidades | Estado | |
|---|---|---|---|---|---|---|
| {{ $tech->name }} | @if($tech->is_internal) Interno @else {{ $tech->serviceProvider?->company_name ?? 'Externo' }} @endif | {{ $tech->email ?? $tech->phone ?? '—' }} | @if($tech->user) {{ $tech->user->name }} @else Sem conta @endif | {{ implode(', ', $tech->specialties ?? []) ?: '—' }} | {{ $tech->status }} | @can('technicians.delete') @endcan |
| Sem técnicos. | ||||||