@if(isset($report['results'][$name]))
@include('reports.partials.status')
{{ __('404 page') }}
@if($report['results'][$name]['passed'])
{{ __('The website has 404 error pages.') }}
@else @foreach($report['results'][$name]['errors'] as $error => $details)
@if($error == 'missing') {{ __('The website does not have 404 error pages.') }} @endif
@endforeach @endif
{{ __('The 404 webpage status inform the users and the search engines that a page is missing.') }}
@endif