Inizializzazione dei dropdown di categoria e tags

This commit is contained in:
2023-07-07 13:36:33 +02:00
parent 957cc88a3f
commit 031e4957b4
4 changed files with 47 additions and 21 deletions

View File

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