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

@if(!$add && !$update)Elenco Entrate @else Inserimento/modifica entrata @endif

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

Registra
Nuova Entrata

@endif
@foreach($records as $record) @endforeach
Data Importo Persona Causale Pagamento ...
{{date("d/m/Y", strtotime($record->date))}} € {{$record->amount}} {{$record->member->first_name}} {{$record->member->last_name}} {{$record->causal->getTree()}} {{$record->payment_method->name}}
@else @if (session()->has('error')) @endif

{{$add ? 'Nuova' : 'Modifica'}} Entrata

Tipologia:
Data
Mese di Compentenza
Anno di Compentenza
Persona @error('member_id')
{{ $message }}
@enderror

@if($this->member) {{$this->member->first_name}} {{$this->member->last_name}}
Codice fiscale : {{$this->member->fiscal_code}}
Email : {{$this->member->email}}
Borsellino virtuale {{number_format($virtual, 2, ".", "")}} € @endif
Casuale
@error('causal_id')
{{ $message }}
@enderror
Importo
@if($add) @endif @if($update) @endif @error('amount')
{{ $message }}
@enderror
Pagamento
@error('payment_method_id')
{{ $message }}
@enderror
@if($canSave) @if($add) @endif @if($update) @endif @else Attenzione : non c'è credito sufficiente sul borsellino virtuale @endif
Ricevuta
@if($this->member)
  • {{$this->member->first_name}}
  • Nato/a il {{$this->member->birth_date ? date("d/m/Y", strtotime($this->member->birth_date)) : ''}}
@endif
  • Data di Pagamento
  • {{ date("d/m/Y", strtotime($date)) }}
@if($this->causal)
  • Casuale
  • {{$this->causal->getTree()}}
@endif
Importo€ {{$amount}}
Totale Netto€ {{$amount}}
@if(false) @if($add) @endif @if($update) @endif @endif
@endif
@push('scripts') @endpush @push('scripts') @endpush