issue #8: sistemato quanto riportato nella issue

This commit is contained in:
2023-06-12 08:26:35 +02:00
parent 9952c06c71
commit a8a25063ac
11 changed files with 88 additions and 72 deletions

View File

@@ -31,7 +31,7 @@
<tbody>
@foreach( $movimenti as $movimento )
<tr>
<td>{{ $movimento->mov_data; }}</td>
<td>{{ date_format(date_create($movimento->mov_data),'d/m/Y'); }}</td>
<td>{{ $movimento->cat_name; }}</td>
<td>{{ $movimento->mov_descrizione; }}</td>
<td>&euro; {{ $movimento->mov_importo; }}</td>