| # | Data | MatrĂcula | Produto | Posto | Litros | €/L | Total | KM | LT/100 |
|---|---|---|---|---|---|---|---|---|---|
| {{ $a->id }} | {{ $a->data ? $a->data->format('d/m/Y') : '' }} | {{ $a->matricula }} | {{ optional($a->produto)->descricao }} | {{ $a->nomePosto() }} | {{ number_format($a->litros,2,',','.') }} | {{ number_format($a->valor_litro,3,',','.') }} | € {{ number_format($a->valor_total,2,',','.') }} | {{ number_format($a->km_atual,0,',','.') }} | @if($a->lt_100!==null){{ number_format($a->lt_100,2,',','.') }}@else — @endif |
| Totais | {{ number_format($fecho->total_litros,2,',','.') }} | € {{ number_format($fecho->total_valor,2,',','.') }} | |||||||
{{ $fecho->observacao }}
@endif