@extends('statamic::layout') @section('title', __('seo-pro::messages.seo_reports')) @section('content')
Site Score | Generated | Actionable Pages | Total Pages Crawled | @foreach($reports as $report) |
---|---|---|---|---|
|
{{ $report->date()->diffForHumans() }} | {{ $report->pagesActionable() ?? 'N/A' }} | {{ $report->pagesCrawled() }} | @can('delete seo reports')
|
@endcan