@if(!$add && !$update)Elenco Sponsor @else Inserimento/modifica sponsor @endif

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

Aggiungi   

@endif
@if(!$add && !$update)
@if(false) @if($showReset) @else @endif @endif
@foreach($records as $record) @endforeach
Ragione sociale Indirizzo Email Telefono Partita IVA Abilitato ...
{{$record->name}} {{$record->address}} {{$record->email}} {{$record->phone}} {{$record->vat}} {{$record->enabled ? 'attivo' : 'disattivo'}}
@else @if (session()->has('error')) @endif
@error('name')
{{ $message }}
@enderror
@if($isItaly)
@else
@endif
Contratti
@if(!$addContract && !$updateContract)
@foreach($contracts as $contract) @endforeach
Data inizio Data fine Data sottoscrizione Valore Contratto ...
{{date("d/m/Y", strtotime($contract->from_date))}} {{date("d/m/Y", strtotime($contract->to_date))}} {{date("d/m/Y", strtotime($contract->subscription_date))}} {{$contract->amount}} {!!$contract->file != '' ? 'Visualizza' : ''!!}
@else
@error('from_date')
{{ $message }}
@enderror
@error('to_date')
{{ $message }}
@enderror
@error('subscription_date')
{{ $message }}
@enderror
@error('amount')
{{ $message }}
@enderror
{!!$file_old != '' ? '
Visualizza' : ''!!}
@if($addContract) @endif @if($updateContract) @endif
@endif
@if($add) @endif @if($update) @endif
@endif
@push('scripts') @endpush @push('scripts') @endpush