Última Taxa de Conversão
@if (!empty($taxaConversao))
@foreach (array_keys((array) $taxaConversao[0]) as $column)
| {{ $column }} |
@endforeach
@foreach ($taxaConversao as $row)
@foreach ((array) $row as $value)
| {{ $value }} |
@endforeach
@endforeach
@else
Nenhuma taxa de conversão encontrada.
@endif