- @foreach($tot as $totale)
- @endforeach
- @foreach($dettaglio ?? '' as $progetto)
+ @foreach($tot as $totale) @endforeach @foreach($dettaglio ?? '' as
+ $progetto)
Nome:
-
-
-
-
-
-
-
-
-
- Data |
- Descrizione |
- Ore lavoro |
- Costo |
- Azioni |
-
-
-
- @foreach($righe as $riga)
- @if(isset($riga->data))
-
- {{ date('d/m/Y',strtotime($riga->data)) }} |
- {{ $riga->descrizione }} |
- {{ $riga->ore }} |
- {{ $riga->prezzo }} |
- X
-
-
- |
-
-
- @else
-
- non c'è |
- non c'è |
- non c'è |
- non c'è |
-
- @endif
- @endforeach
-
-
-
-
-
- Totale |
- |
- {{ $totale->costo}} € |
-
-
-
-
-
+
-
-
+
+
+
+
+
+
+
+
+
+ Data |
+ Descrizione |
+ Ore lavoro |
+ Costo |
+ Azioni |
+
+
+
+ @foreach($righe as $riga) @if(isset($riga->data))
+
+ {{ date('d/m/Y',strtotime($riga->data)) }} |
+ {{ $riga->descrizione }} |
+ {{ $riga->ore }} |
+ {{ $riga->prezzo }} |
+ X
+ |
+
+
+ @else
+
+ non c'è |
+ non c'è |
+ non c'è |
+ non c'è |
+
+ @endif @endforeach
+
+
+
+
+
+ Totale |
+ |
+ {{ $totale->costo}} € |
+
+
+
+
+
+
+
+
+