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