| Produto | Tanque | Cap. | Leitura Atual |
|---|---|---|---|
| {{ strtoupper($comb->produto->artigo) }} | #{{ $comb->num_tanque }} | {{ number_format($comb->capacidade_tanque, 0, ',', '.') }} L |
@if ($comb->sondagens_combustiveis()->latest()->first())
{{ number_format($comb->sondagens_combustiveis()->latest()->first()->sondagem_final, 0, ',', '.') }} L
{{ date('d/m H:i', strtotime($comb->sondagens_combustiveis()->latest()->first()->data_sondagem)) }}
@else
-
@endif
|