@extends('admin.layouts.main') @section('content')
| Total Ventas | Total Guías | % Efectividad Guías | |
|---|---|---|---|
| {{$dealer['mes']}} | {{$dealer['ventas']}} | {{$dealer['guias']}} | {{$dealer['efectividad']}} |
| Total Ventas | Total Guías | % Efectividad Guías | |
|---|---|---|---|
| {{$ford['mes']}} | {{$ford['ventas']}} | {{$ford['guias']}} | {{$ford['efectividad']}} |
| @for ($i = 0; $i < count($lastMonths); $i++) @if($i != count($lastMonths)-1) | {{$lastMonths[$i]}} | @endif @if($i == count($lastMonths)-1){{$lastMonths[$i]}} | @endif @endfor{{$fordSection1[count($fordSection1)-1]['mes']}} |
| Total Ventas | @foreach($barChart[1] as $venta){{$venta}} | @endforeach{{$fordSection1[count($fordSection1)-1]['ventas']}} | |
| Total Guias | @foreach($barChart[0] as $guia){{$guia}} | @endforeach{{$fordSection1[count($fordSection1)-1]['guias']}} | |
| Total Efectividad | @foreach($barChart[2] as $efect){{$efect}}% | @endforeach{{$fordSection1[count($fordSection1)-1]['efectividad']}} |
| @for ($i = 0; $i < count($lastMonths); $i++) @if($i != count($lastMonths)-1) | {{$lastMonths[$i]}} | @endif @if($i == count($lastMonths)-1){{$lastMonths[$i]}} | @endif @endfor{{$dealerSection1[count($dealerSection1)-1]['mes']}} |
| Total Ventas | @foreach($barChart[1] as $venta){{$venta}} | @endforeach{{$dealerSection1[count($dealerSection1)-1]['ventas']}} | |
| Total Guias | @foreach($barChart[0] as $guia){{$guia}} | @endforeach{{$dealerSection1[count($dealerSection1)-1]['guias']}} | |
| Total Efectividad | @foreach($barChart[2] as $efect){{$efect}}% | @endforeach{{$dealerSection1[count($dealerSection1)-1]['efectividad']}} |
| Ejecutivo | # Guía Creadas | Total Ventas |
|---|---|---|
| {{$concesionario->nombre}} | {{$concesionario->creada}} | --- |
| TOTAL | {{$dealerSection1[0]['guias']}} | {{$dealerSection1[0]['ventas']}} |
| Concesionarios | Total Ventas | # Guía Creadas | % de efectividad |
|---|---|---|---|
| {{$concesionario->nombre}} | {{$concesionario->sales}} | {{$concesionario->creada}} | {{$concesionario->efec}} |
| TOTAL | {{$fordSection1[0]['ventas']}} | {{$fordSection1[0]['guias']}} | {{$fordSection1[0]['efectividad']}} |
| Ejecutivo | # Guía Creadas | Total Ventas |
|---|---|---|
| {{$concesionario->nombre}} | {{$concesionario->creada}} | --- |
| TOTAL | {{$dealerSection1[0]['guias']}} | {{$dealerSection1[0]['ventas']}} |
| Ejecutivo | # Creada | # Pendiente | # Aceptada | # Concluida | # Segunda | Total Registros |
|---|---|---|---|---|---|---|
| {{$ejecutivo->nombre}} | {{$ejecutivo->guia}} | {{$ejecutivo->pendiente}} | {{$ejecutivo->aceptada}} | {{$ejecutivo->concluida}} | {{$ejecutivo->segunda}} | {{$ejecutivo->total}} |
| {{$totalSection3['nombre']}} | {{$totalSection3['guia']}} | {{$totalSection3['pendiente']}} | {{$totalSection3['aceptada']}} | {{$totalSection3['concluida']}} | {{$totalSection3['segunda']}} | {{$totalSection3['total']}} |
| Concesionarios | # Creada | # Pendiente | # Aceptada | # Concluida | # Segunda | TOTAL Registros |
|---|---|---|---|---|---|---|
| {{$concesionario->nombre}} | {{$concesionario->guia}} | {{$concesionario->pendiente}} | {{$concesionario->aceptada}} | {{$concesionario->concluida}} | {{$concesionario->segunda}} | {{$concesionario->total}} |
| {{$totalSection3['nombre']}} | {{$totalSection3['guia']}} | {{$totalSection3['pendiente']}} | {{$totalSection3['aceptada']}} | {{$totalSection3['concluida']}} | {{$totalSection3['segunda']}} | {{$totalSection3['total']}} |
| # Creada | @foreach ($stackedChart[0][1] as $item){{$item}} | @endforeach
| # Pendiente | @foreach ($stackedChart[0][2] as $item){{$item}} | @endforeach
| # Aceptada | @foreach ($stackedChart[0][3] as $item){{$item}} | @endforeach
| # Concluida | @foreach ($stackedChart[0][4] as $item){{$item}} | @endforeach
| # Segunda | @foreach ($stackedChart[0][5] as $item){{$item}} | @endforeach
| # Creada | @foreach ($stackedChart[1][1] as $item){{$item}} | @endforeach
| # Pendiente | @foreach ($stackedChart[1][2] as $item){{$item}} | @endforeach
| # Aceptada | @foreach ($stackedChart[1][3] as $item){{$item}} | @endforeach
| # Concluida | @foreach ($stackedChart[1][4] as $item){{$item}} | @endforeach
| # Segunda | @foreach ($stackedChart[1][5] as $item){{$item}} | @endforeach
| # Creada | @foreach ($stackedChart[2][1] as $item){{$item}} | @endforeach
| # Pendiente | @foreach ($stackedChart[2][2] as $item){{$item}} | @endforeach
| # Aceptada | @foreach ($stackedChart[2][3] as $item){{$item}} | @endforeach
| # Concluida | @foreach ($stackedChart[2][4] as $item){{$item}} | @endforeach
| # Segunda | @foreach ($stackedChart[2][5] as $item){{$item}} | @endforeach