@if(count((array) $result['product_reports']['administrators_all'])>0) @php $total_opp_count = 0; $total_leads_quantity = 0; $total_leads_admin_quantity = 0; $total_opp_convert = 0; @endphp @foreach ($result['product_reports']['administrators_all'] as $atVal) @php $total_opp_count += $atVal->opp_count; $total_leads_quantity += $atVal->leads_quantity; $total_leads_admin_quantity += $atVal->leads_admin_quantity; $total_opp_convert += round($atVal->leads_quantity / $atVal->opp_count,2); @endphp