@extends('layouts.reporte') @section('php') @php $cliente = config('app.CLIENTE'); if ($cliente == 'colgate') { $div = '
"; }else{ $div=''; } $salida = json_encode(["2"=> __('messages.ventas'), "1" => __('messages.unidades')]); $porcentaje = json_encode(["80"=> "80 / 20", "20" => "20 / 80", "100" => "Todos"]); $display_tabla = ''; $vista = json_encode(["1" => "Locales", "2" => "Locales - Productos", "3" => "Productos - Marca"]); foreach ($elemento as $key => $value) { if($value->valor == "SMU"){ unset($elemento[$key]); } } @endphp @endsection @section('div_reportes') @php echo $div; @endphp @endsection @section('tabla') @if(isset($selectores_tabla['rankingvent'])) {{__('messages.filtro-texto-cliente')}} Vista {{__('messages.selector-generico-texto-valor')}} Pareto {{__('messages.filtro-texto-categoria')}} {{__('messages.filtro-texto-kam')}} @php $display_tabla = 'display: none;'; @endphp @endif @endsection @section('js_aft') @endsection