@if(isset($report['results'][$name]))
@include('reports.partials.status')
{{ __('Structured data') }}
@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)
{{ arrayToHtml($value, ['
    ', '
'], ['
    ', '
'], ['
  • ', '
  • '], ['', ' '], ['', '']) }}
    @endforeach
    @endif