@extends('layouts.app') @section('title', 'Historial de Reportes — TI Manager') @section('content')
| N° Reporte | Título del Reporte | Tipo | Empresa | Generado por | Fecha | Acciones |
|---|---|---|---|---|---|---|
| {{ $report->report_number }} |
{{ $report->title }}
|
{{ ucfirst($report->type) }} | {{ $report->company_name ?? 'N/A' }} | {{ $report->user->name ?? 'Sistema' }} | {{ $report->created_at->format('d/m/Y h:i A') }} |
No hay reportes que coincidan con los filtros o el historial está vacío.