@if(!$add && !$update)Elenco Tessere @else Inserimento/modifica tessera @endif

@if(!$add && !$update)

Aggiungi   

@endif
@if(!$add && !$update)
@foreach($records as $record) @endforeach
Nome Giorno scadenza Mese scadenza Abilitato ...
{{$record->name}} {{$record->next_day_expire}} {{$record->next_month_expire}} {{$record->enabled ? 'attivo' : 'disattivo'}}
@else
@error('name')
{{ $message }}
@enderror
@if($add) @endif @if($update) @endif
@endif