Ricevute

@foreach($records as $record) @endforeach
Anno Numero Cognome Nome Stato Data Importo ...
{{$record->year}} {{$record->number}} {{$record->type == 'IN' ? ($record->member->last_name) : 'Uscita'}} {{$record->type == 'IN' ? ($record->member->first_name) : ''}} {{$record->status == 1 ? 'Attivo' : 'Annullata'}} {{date("d/m/Y", strtotime($record->date))}} {{formatPrice($record->rows->sum('amount'))}}
@push('scripts') @endpush @push('scripts') @endpush