Combustíveis
@foreach ($posto->combustiveis as $comb) @endforeach
Produto Número Capacidade TARA Sondagem Atual
{{ strtoupper($comb->produto->artigo) }} {{ strtoupper($comb->num_tanque) }} {{ number_format($comb->capacidade_tanque, 0, ',', ' ') }} {{ number_format($comb->tara, 0, ',', ' ') }} @if ($comb->sondagens_combustiveis()->latest()->first()) {{ number_format($comb->sondagens_combustiveis()->latest()->first()->sondagem_final, 0, ',', '.') }}L {{ date('d/m/Y - H:i:s', strtotime($comb->sondagens_combustiveis()->latest()->first()->data_sondagem)) }} @else - @endif