Ricevute

@if(false) @foreach($records as $record) @endforeach @endif
Anno Cognome Nome Fornitore Stato Data Importo ...
{{$record->year}} {{$record->number}} {{$record->type == 'IN' ? ($record->member ? $record->member->last_name : '') : 'Uscita'}} {{$record->type == 'IN' ? ($record->member ? $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 @push('scripts') @endpush