@php $max = 1; $cont = 1; @endphp
@foreach($bars as $bar)
hasRole('Master')) onclick='listVendas("{{$typeOnClick}}", "{{$bar["id"]}}", "{{$bar["name"]}}", "{{$dataIni}}", "{{$dataFim}}")' @endif >{{$prefixoTitle}}: {{$bar["name"]}}Conversão ({{$bar['conversao']}}%)
@php $cont++; $max = $max > $bar['n_vendas']?$max:$bar['n_vendas']; @endphp
@endforeach