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

Datos Socio - Económicos

Deficit Fiscal

{{$data["deficit"]}} $$

Reservas Inter

{{$data["reservas"]}} $/$

Tasa de Interes

{{$data["tasa"]}}%

TRM

{{$data["trm"]}}%

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']) > 0) @foreach($data['ventas_2'] as $key => $value) @endforeach @endif
Departamento/Región Categoria Marca Volumen (Ton) Valor
{{$value->region}} {{$value->categoria}} {{$value->marca}} {{number_format($value->ventas_netas_toneladas,"2",",",".")}} {{number_format($value->ventas_netas,"2",",",".")}}

Historico

Ventas $/Kg

Historico

Volumen

Historico

$/Kg

Historico Ventas EP

Ventas $/Kg

Historico

Plan Operativo vs Real

Comparativo HPM

Mes vs Año anterior

@endsection @section('script') @endsection