@extends('adminlte::page') @section('title', env('APP_NAME') . ' - Analíticas Pedidos') @section('content_header')
PEDIDOS EN EL PERIODO
@if($cambio > 0) +{{ number_format($cambio, 1) }}% @elseif($cambio < 0) {{ number_format($cambio, 1) }}% @else 0% @endif vs mes anterior| Estado | Cantidad |
|---|---|
| Estado {{ $row->estado }} | {{ $row->total }} |
| Sin datos | |