@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.

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}}

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

Historico

Ventas $/Kg

Historico

Volumen

Historico

$/Kg

Historico Ventas EP

Ventas $/Kg

Historico

Plan Operativo vs Real

Comparativo HPM

Mes vs Año anterior

Información General

Consumo H.P.M

{{$data['data']['consumo_hpm']}} KG/HAB

Share Volumen

{{$data['data']['share_volumen']}}

Precio Compra MB-EP

{{$data['data']['precio_compra']}} $/TONELADAS

Share VALOR

{{$data['data']['share_valor']}}

Precios Histórico H.P.M

Variación H.P.M mes anterior

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

{{$value->name}}

@endforeach @endif

Avance Plan Operativo H.P.M

Local
0%
100%

Exportaciones
0%
100%

Exportaciones H.P.M Principales destinos

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