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

@if(!$add && !$update) @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))}} {{formatPrice($contract->amount)}} @if ($contract->file != '') Visualizza @endif
@else
@error('from_date')
{{ $message }}
@enderror
@error('to_date')
{{ $message }}
@enderror
@error('subscription_date')
{{ $message }}
@enderror
@error('amount')
{{ $message }}
@enderror
@if ($file_old != '')
Visualizza   () @endif
@if($addContract) @endif @if($updateContract) @endif
@endif
@if($add) @endif @if($update) @endif
@endif
@push('scripts') @endpush @push('scripts') @endpush @push('scripts') @endpush