diff --git a/resources/views/filament/pages/gescon/fornitore-scheda.blade.php b/resources/views/filament/pages/gescon/fornitore-scheda.blade.php index 0192d5b..4092dc2 100755 --- a/resources/views/filament/pages/gescon/fornitore-scheda.blade.php +++ b/resources/views/filament/pages/gescon/fornitore-scheda.blade.php @@ -37,12 +37,12 @@
{{-- BARRA PULSANTINI ICONICI COMPATTI UNIFICATA (SENZA SCROLL ORIZZONTALE) --}} -
+
@@ -52,8 +52,8 @@ type="button" wire:click="setSectionTab('{{ $tabKey }}')" x-on:click="tab = '{{ $tabKey }}'" - class="px-3 py-1.5 rounded-lg font-semibold text-xs transition" - x-bind:class="tab === '{{ $tabKey }}' ? 'bg-indigo-600 text-white' : 'bg-slate-800 hover:bg-slate-700 text-slate-200 border border-slate-700'" + class="px-3 py-1.5 rounded-lg font-bold text-xs transition" + x-bind:class="tab === '{{ $tabKey }}' ? 'bg-indigo-700 text-white shadow-md ring-2 ring-indigo-500/20' : 'bg-slate-100 hover:bg-slate-200 text-slate-800 border border-slate-300'" > {{ $tabLabel }} diff --git a/resources/views/filament/pages/gescon/rubrica-universale-scheda.blade.php b/resources/views/filament/pages/gescon/rubrica-universale-scheda.blade.php index 9b98180..486da5e 100755 --- a/resources/views/filament/pages/gescon/rubrica-universale-scheda.blade.php +++ b/resources/views/filament/pages/gescon/rubrica-universale-scheda.blade.php @@ -1,18 +1,18 @@ {{-- BARRA PULSANTINI ICONICI COMPATTI UNIFICATA (SENZA SCROLL ORIZZONTALE) --}} -
+
- 🏢 Elenco - + 🏢 Elenco +
- - - - - + + + + +
diff --git a/resources/views/filament/pages/unita-immobiliare.blade.php b/resources/views/filament/pages/unita-immobiliare.blade.php index 9df26e5..52d9134 100755 --- a/resources/views/filament/pages/unita-immobiliare.blade.php +++ b/resources/views/filament/pages/unita-immobiliare.blade.php @@ -394,7 +394,7 @@ class="inline-flex items-center gap-2 rounded-lg border px-3 py-2 text-sm font-s {{ $item['periodo'] ?? 'Da sempre' }} - {{ $item['nominativo'] }} + {{ $item['nominativo'] ?? $item['nome_completo'] ?? $item['nome'] ?? '—' }} @if(!empty($item['ruolo']))