@if($report['results'][$name]['passed'])
{{ __('The webpage uses HTTPS encryption.') }}
@else
@foreach($report['results'][$name]['errors'] as $error => $details)
@if($error == 'missing')
{{ __('The webpage does not use HTTPS encryption.') }}
@endif
@endforeach
@endif