@if($report['results'][$name]['passed'])
{{ __('The webpage has structured data.') }}
@else
@foreach($report['results'][$name]['errors'] as $error => $details)
@if($error == 'missing')
{{ __('There are no structured data tags on the webpage.') }}
@endif
@endforeach
@endif
@foreach($report['results'][$name]['value'] as $key => $value)
{{ $key }}
{{ number_format(count($report['results'][$name]['value'][$key]), 0, __('.'), __(',')) }}
{{ arrayToHtml($value, ['
', '
'], ['
'], ['
', ''], ['
', ' '], ['
', '']) }}
@endforeach