@if(isset($report['results'][$name]))
@include('reports.partials.status')
{{ __('Favicon') }}
@if($report['results'][$name]['passed'])
{{ __('The webpage has a favicon.') }}
@else @foreach($report['results'][$name]['errors'] as $error => $details)
@if($error == 'missing') {{ __('The webpage does not have a favicon.') }} @endif
@endforeach @endif
{{ __('The favicon is the icon that is being displayed in the browser\'s tab, when the webpage is being bookmarked, and sometimes even in search engine results.') }}
@endif