@extends('layouts.admin') @section('title', 'Historial โ€” ' . $license->domain . ' โ€” Admin') @section('content')

๐Ÿ“ˆ Historial de Scores

{{ $license->domain }} ยท {{ $license->license_key }}

@forelse($history as $entry) @empty @endforelse
Fecha Seguridad SEO Rendimiento Total Hallazgos Fuente
{{ $entry->created_at->format('d/m/Y H:i') }} {{ $entry->security_score }} {{ $entry->seo_score }} {{ $entry->performance_score }} {{ $entry->total_score }} {{ $entry->findings_count }} {{ $entry->scan_source }}
Sin historial de escaneos
@endsection