@extends('adminlte::page') @section('title', 'Estadísticas del Sistema') @section('content_header')

Estadísticas Generales

@stop @section('content') {{-- Tabla de estadísticas por día --}}

Estadísticas por Día

@foreach($hechosPorFecha ?? [] as $registro) @endforeach
Estadística Valor
{{ \Carbon\Carbon::parse($registro->fecha)->format('d/m/Y') }} {{ $registro->total }}
Parte de Novedades Ver Parte de Novedades
Mini Parte Ver Mini Parte
@stop @section('css') @stop @section('js') @stop