sistemato data anche in lista progetti

This commit is contained in:
2023-06-12 09:11:58 +02:00
parent a8a25063ac
commit d3729c6fe3
3 changed files with 5 additions and 12 deletions

View File

@@ -62,7 +62,7 @@
<tbody>
@foreach($lettureEnel as $lettura)
<tr>
<td>{{ $lettura->enel_date; }}</td>
<td>{{ date_format(date_create($lettura->enel_date),'d/m/Y'); }}</td>
<td>{{ $lettura->enel_A; }}</td>
<td>{{ $lettura->enel_R; }}</td>
<td>{{ $lettura->enel_F1; }}</td>
@@ -78,9 +78,8 @@
</div>
</div>
</div>
@endsection
@section('script')
<script src="/js/app/enel.js"></script>
@endsection