@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->causal->getTree()}} {{$record->payment_method->name}}
@else

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

Tipologia:
Data
Persona
Casuale
Importo
@if($add) @endif @if($update) @endif @error('amount')
{{ $message }}
@enderror
Pagamento
@if($add) @endif @if($update) @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
@endif