@extends('adminlte::page') @section('title', 'Mini Parte') @section('content_header')

Mini Parte - {{ \Carbon\Carbon::parse($fecha)->format('d/m/Y') }}

@stop @section('content')
Descargar Word
Hechos registrados entre {{ \Carbon\Carbon::parse($fecha)->subDay()->setTime(18, 0)->format('d/m/Y H:i') }} y {{ \Carbon\Carbon::parse($fecha)->setTime(18, 0)->format('d/m/Y H:i') }}
@forelse ($hechos as $hecho)

{{ $hecho->created_at->format('H:i') }} - {{ $hecho->descripcion }}

@empty

No se registraron hechos en el rango indicado.

@endforelse
@stop