fix(ui): restore missing @php block for $tabs array in unita-immobiliare.blade.php (task-d095b0e23b)
This commit is contained in:
parent
74b0983f01
commit
afad0b1057
|
|
@ -268,6 +268,7 @@ class="w-full rounded-md border px-2 py-1 text-left text-xs font-semibold transi
|
||||||
{{-- Tabs + contenuto --}}
|
{{-- Tabs + contenuto --}}
|
||||||
<x-filament::section class="p-0! overflow-hidden">
|
<x-filament::section class="p-0! overflow-hidden">
|
||||||
<div class="flex flex-wrap items-center gap-2 px-4 py-2 bg-white border-b">
|
<div class="flex flex-wrap items-center gap-2 px-4 py-2 bg-white border-b">
|
||||||
|
@php
|
||||||
$tabs = [
|
$tabs = [
|
||||||
'riepilogo' => ['icon' => 'heroicon-o-rectangle-group', 'label' => 'Riepilogo'],
|
'riepilogo' => ['icon' => 'heroicon-o-rectangle-group', 'label' => 'Riepilogo'],
|
||||||
'nominativi' => ['icon' => 'heroicon-o-user-group', 'label' => '👥 Nominativi & Subentri'],
|
'nominativi' => ['icon' => 'heroicon-o-user-group', 'label' => '👥 Nominativi & Subentri'],
|
||||||
|
|
@ -278,6 +279,7 @@ class="w-full rounded-md border px-2 py-1 text-left text-xs font-semibold transi
|
||||||
'preferenze' => ['icon' => 'heroicon-o-envelope', 'label' => 'Comunicazioni'],
|
'preferenze' => ['icon' => 'heroicon-o-envelope', 'label' => 'Comunicazioni'],
|
||||||
'acqua' => ['icon' => 'heroicon-o-beaker', 'label' => 'Acqua'],
|
'acqua' => ['icon' => 'heroicon-o-beaker', 'label' => 'Acqua'],
|
||||||
];
|
];
|
||||||
|
@endphp
|
||||||
@foreach($tabs as $key => $cfg)
|
@foreach($tabs as $key => $cfg)
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user