@if(isset($report['results'][$name]))
@include('reports.partials.status')
{{ __('Google Safe Browsing') }}
@if($report['results'][$name]['passed'])
{{ __('The webpage is in good standing.') }}
@else @foreach($report['results'][$name]['errors'] as $error => $details)
@if($error == 'failed') {{ __('The webpage is not in good standing.') }} @endif
@endforeach @endif
{{ __('The Google Safe Browsing indicates the webpage status for malware and phishing content.') }}
@endif