@extends('statamic::layout') @section('title', 'SEO Pro') @section('content')

{{ 'SEO Pro' }}

@can('view seo reports')
@cp_svg('icons/light/charts')

{{ __('seo-pro::messages.reports') }}

{{ __('seo-pro::messages.seo_reports_description') }}

@endcan @can('edit seo site defaults')
@cp_svg('icons/light/hammer-wrench')

{{ __('seo-pro::messages.site_defaults') }}

{{ __('seo-pro::messages.site_defaults_description') }}

@endcan @can('edit seo section defaults')
@cp_svg('icons/light/hammer-wrench')

{{ __('seo-pro::messages.section_defaults') }}

{{ __('seo-pro::messages.section_defaults_description') }}

@endcan
@include('statamic::partials.docs-callout', [ 'topic' => 'SEO Pro', 'url' => 'https://statamic.com/addons/statamic/seo-pro' ]) @endsection