@if(isset($report['results'][$name]))
@include('reports.partials.status')
{{ __('Social') }}
@if($report['results'][$name]['passed'])
{{ __('The webpage has :value social links.', ['value' => number_format(array_sum(array_map('count', $report['results'][$name]['value'])), 0, __('.'), __(','))]) }}
@if($report['results'][$name]['value'])
@foreach($report['results'][$name]['value'] as $key => $value) @endforeach
@endif @else @foreach($report['results'][$name]['errors'] as $error => $details)
@if($error == 'missing') {{ __('The webpage does not contain any social links.') }} @endif
@endforeach @endif
{{ __('Social media presence is becoming increasingly important as a ranking factor for search engines to validate a website\'s trustworthiness and authority.') }}
@endif