Historial de Justificaciones

Limpiar filtros
@foreach($justificaciones as $justificacion) @endforeach
Tarea Usuario Motivo Fecha Estado Acciones
Sprint: {{ $justificacion->tarea->sprint->nombre }}
{{ $justificacion->usuario->name ?? 'Usuario' }}
{{ $justificacion->usuario->email ?? 'N/A' }}
{{ Str::limit($justificacion->motivo, 100) }}
{{ $justificacion->fecha_justificacion->format('d/m/Y H:i') }} {{ $justificacion->estado_legible }}
Ver detalles @if($justificacion->tiene_evidencia) @endif
{{ $justificaciones->withQueryString()->links() }}