@extends(config('seo.layout'))
@section('breadcrumb')
Dashboard
Pages
{{pathinfo($record->path,PATHINFO_BASENAME)}}
@endsection
@section('header')
{{$record->title}}
@endsection
@section('tools')
@endsection
@section('content')
@include('seo::includes.analysis')
@endSection