Utente
@error('member_id')
{{ $message }}
@enderror
@if($this->dataId == 0 && !$isDuplicate)
@endif
@if(false && $this->member)
{{$this->member->first_name}} {{$this->member->last_name}} {!! !$this->member->isAdult() ? ' MINORENNE' : '' !!}
Codice fiscale : {{$this->member->fiscal_code}}
Email : {{$this->member->email}}
Borsellino virtuale
{{number_format($virtual, 2, ".", "")}} €
@if(sizeof($this->member->certificates) > 0)
@php
$cert = $this->member->certificates[0]
@endphp
@if($cert->expire_date < date("Y-m-d"))
Certificato medico scaduto
@endif
@endif
@php
$status = $this->member->getStatus()["status"];
$class = $status > 0 ? ($status == 2 ? 'active' : 'suspended') : 'due';
$text = $status > 0 ? ($status == 2 ? 'Tesserato' : 'Sospeso') : 'Non tesserato';
@endphp
{{$text}}
@endif
@if(false)
Importo
@if ($commercial)
@else
@endif
@if($add)
dataId > 0 && !$isDuplicate ? 'disabled' : ''}} >
@endif
@if($update)
dataId > 0 && !$isDuplicate ? 'disabled' : ''}}>
@endif
@error('rows.'. $idx . '.amount')
{{ $message }}
@enderror
annulla
@if(!$deleted)
@if($canSave)
@if($add)
@if($commercial)
@if($corrispettivo_fiscale)
@if($corrispettivo_causal_id > 0)
@else
Non hai configurato una causale per il corrispettivo fiscale
@endif
@else
@endif
@else
@if($this->member && !$commercial && !$this->member->isAdult() && $parent == '')
Devi selezionare un genitore
@else
@endif
@endif
@endif
@if($update && !$corrispettivo_fiscale)
@if($this->member && !$commercial && !$this->member->isAdult() && $parent == '')
Devi selezionare un genitore
@else
@endif
@endif
@else
Attenzione : non c'è credito sufficiente sul borsellino virtuale
@endif
@endif