@if($report['results'][$name]['passed'])
{{ __('The webpage does not have a noindex tag set.') }}
@else
@foreach($report['results'][$name]['errors'] as $error => $details)
@if($error == 'missing')
{{ __('The webpage has a noindex tag set.') }}
@endif
@endforeach
@endif