@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