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