Data |
Categoria |
Conto Dare |
Conto Avere |
Descrizione |
Importo Dare |
Importo Avere |
Azione |
@foreach( $movimenti as $movimento )
{{ $movimento->mov_data}} |
{{ $movimento->cat_name }} |
{{ $movimento->nomeContoDare ?? '' }} |
{{ $movimento->nomeContoAvere ?? '' }} |
{{ $movimento->mov_descrizione }} |
{{ $movimento->mov_importo_dare ." €"}} |
{{ $movimento->mov_importo_avere." €" }} |
( {{ $movimento->quanti ?? '' }} )
|
@endforeach