@if(count((array) $result['opportunities_reports']['administrators_all'])>0)
@foreach ($result['opportunities_reports']['administrators_all'] as $atVal)
{{ $atVal->name }} |
{{ $atVal->opp_count }} |
{{ $atVal->leads_quantity }} |
{{ $atVal->leads_admin_quantity }} |
0 |
{{ round($atVal->leads_quantity / $atVal->opp_count,2) }} |
@endforeach
@endif