| Stabile | Unità | Relazione | Periodo | Quota |
|---|---|---|---|---|
|
{{ $r['stabile_codice'] ?? '—' }}
@if(!empty($r['stabile_nome']))
{{ $r['stabile_nome'] }}
@endif
|
@if($unitaUrl)
{{ $r['unita_codice'] ?? 'Unità' }}
@else
{{ $r['unita_codice'] ?? '—' }}
@endif
@if(!empty($r['unita_nome']))
{{ $r['unita_nome'] }}
@endif
|
{{ $r['tipo_relazione'] ?? '—' }}
@if(!empty($r['ruolo_rate']))
ruolo rate: ({{ $r['ruolo_rate'] }})
@endif
@if(!empty($r['attivo']))
attiva
@else
chiusa
@endif
|
{{ $periodo }} | {{ is_null($r['quota_relazione']) ? '—' : number_format((float) $r['quota_relazione'], 2, ',', '.') . '%' }} |