Ricevute

Aggiungi   

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