@extends('adminlte::page') @section('title', env('APP_NAME') . ' - Analíticas Despacho Pérdidas') @section('content_header')
REGISTROS DE PÉRDIDA
@if($cambioRegistros > 0) +{{ number_format($cambioRegistros, 1) }}% @elseif($cambioRegistros < 0) {{ number_format($cambioRegistros, 1) }}% @else 0% @endif vs mes anteriorPOLLOS PERDIDOS
@if($cambioPollos > 0) +{{ number_format($cambioPollos, 1) }}% @elseif($cambioPollos < 0) {{ number_format($cambioPollos, 1) }}% @else 0% @endif vs mes anteriorPESO TOTAL (kg)
| Tipo | Registros | Pollos | Peso (kg) |
|---|---|---|---|
| {{ ucfirst($row->tipo_perdida ?? 'N/A') }} | {{ $row->total }} | {{ number_format($row->pollos ?? 0) }} | {{ number_format($row->peso ?? 0, 2) }} |
| Sin datos | |||