{{ strtoupper($comb->produto->artigo) }}
{{ strtoupper($comb->num_tanque) }}
{{ number_format($comb->capacidade_tanque, 0, ',', ' ') }}
{{ number_format($comb->tara, 0, ',', ' ') }}
{{ 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)) }}