| Data | Cliente | Causale | Importo |
|---|---|---|---|
| {{date("d/m/Y", strtotime($record->date))}} | @if($record->member) {{$record->member->first_name}} {{$record->member->last_name}} @endif | {{$this->getCausal($record->causal_id)}} | {{formatPrice($record->amount)}} |
| Totale | {{formatPrice($total_in)}} |
| Data | Fornitore | Causale | Importo |
|---|---|---|---|
| {{date("d/m/Y", strtotime($record->date))}} | @if($record->supplier) {{$record->supplier->name}} @endif | {{$this->getCausal($record->causal_id)}} | {{formatPrice($record->amount)}} |
| Totale | {{formatPrice($total_out)}} |