@extends('layouts.app') @section('title', 'Dashboard - Trust Seal Portal') @section('content')
{{ $user['email'] }}
@if($user['role'] === 'admin') Administrator @endifTotal Domains
{{ $stats['total_domains'] ?? 0 }}
Active Seals
{{ $stats['active_seals'] ?? 0 }}
Total Views
{{ number_format($stats['total_views'] ?? 0) }}
Security Score
{{ $stats['avg_security_score'] ?? 0 }}%
| Domain | Status | Security Score | Last Check | Actions |
|---|---|---|---|---|
|
@if(isset($domain['ssl_status']) && $domain['ssl_status'] === 'valid')
@else
@endif
{{ $domain['domain_name'] }}
|
@if($domain['is_verified']) Verified @else Pending @endif |
|
{{ isset($domain['last_check_at']) ? date('M j, Y', strtotime($domain['last_check_at'])) : 'Never' }} |
|
Your domain example.com passed all security checks
2 hours agoNew trust seal created for verified domain
1 day agoDomain ownership verified successfully
2 days ago