{{$title}}
(De {{$dataIni}} á {{$dataFim}})

@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
@if($identificador == 3 )

Retenção
(De {{date('d/m/Y', strtotime('-90 days'))}} á {{date('d/m/Y')}})

@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"]}} {{$bar['retencao']}}%

@php $cont++; $max = $max > $bar['retencao']?$max:$bar['retencao']; @endphp @endforeach
@endif