@extends('adminlte::page') @section('title', env('APP_NAME') . ' - Analíticas Ingresos') @section('content_header')

Analíticas - Ingresos (Órdenes de ingreso)

@stop @section('content') @include('admin.estadisticas.partials.filtros', ['route' => 'analiticas.ingresos', 'mes' => $mes, 'anio' => $anio])

{{ number_format($totalOrdenes) }}

ÓRDENES DE INGRESO

@if($cambioOrdenes > 0) +{{ number_format($cambioOrdenes, 1) }}% @elseif($cambioOrdenes < 0) {{ number_format($cambioOrdenes, 1) }}% @else 0% @endif vs mes anterior

{{ number_format($pesoTotal, 2) }}

PESO NETO (kg)

@if($cambioPeso > 0) +{{ number_format($cambioPeso, 1) }}% @elseif($cambioPeso < 0) {{ number_format($cambioPeso, 1) }}% @else 0% @endif vs mes anterior

Tendencia - Órdenes y Peso (Últimos 12 meses)

@stop @section('js') @stop