| Data pagamento | Importo | Nome | Cognome | Causale | Pagamento | ... | |
|---|---|---|---|---|---|---|---|
| {{date("d/m/Y", strtotime($record->date))}} | {{formatPrice($record->getTotal())}} | {{$record->first_name}} | {{$record->last_name}} |
@foreach($record->rows as $row)
{{$row->causal->getTree()}} @endforeach |
{{$record->payment_method->name}} |