@extends('../layout/' . $layout) @section('subhead') Dashboard - Usuario - SIMEP @endsection @section('subcontent')

Mercado Local

Información Local de ventas, márgenes y avances del plan operativo. Ventas por región y categorías.

Consumo H.P.M
{{$data['data']["consumo_hpm"]}} KG/HAB
{{$data['data']["consumo_hpm_fuente"] ?: ""}}
Share Volumen
{{$data['data']["share_volumen"]}}%
{{$data['data']["share_volumen_fuente"] ?: ""}}
Share Valor
{{$data['data']["share_valor"]}}%
{{$data['data']["share_valor_fuente"] ?: ""}}

Margen

@if(count($data["ventas_8"]) > 0) @foreach($data["ventas_8"] as $value) @endforeach @endif
Categoría Volumen Ventas Margen
{{$value->name}} {{$value->volumen}} {{$value->ventas}} {{$value->valor*100}}

Historico

Ventas $/Kg

Historico

Volumen

Historico

$/Kg

Plan Operativo

Plan Operativo Comparativo

Avance Mensual

Volumen Ventas EP

@if(count($data['ventas_3']) > 0) @foreach($data['ventas_3'] as $key => $value) @endforeach @endif
Categoria Volumen (Ton) Valor(COP) $COP/KG
{{$value->categoria}} {{number_format($value->volumen,"2",",",".")}} {{number_format($value->valor,"2",",",".")}} {{number_format($value->valor_2,"2",",",".")}}

Volumen Ventas EP

Categorias Vs Regiones

@if(count($data['ventas_2_regiones_data']) > 0) @foreach($data['ventas_2_regiones_data'] as $key => $value)
@if(is_array($value)) @if(count($value) > 0) @foreach($value as $key2 => $value2) @if($key2 != 'color')
@if(count($value2) > 0) @foreach($value2 as $key3 => $value3) @endforeach @endif
Marca Volumen (Ton) Valor
{{ $value3->marca }} {{ number_format($value3->toneladas_netas,"2",",",".") }} {{ number_format($value3->total_ventas,"2",",",".") }}
@endif @endforeach @endif @endif
@endforeach @endif

Exportaciones H.P.M Principales destinos

@if(count($data['ventas_exportaciones']) > 0) @foreach($data['ventas_exportaciones'] as $key => $value)