@if(isset($report['results'][$name]))
@include('reports.partials.status')
{{ __('HTTPS encryption') }}
@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
{{ __('The HTTPS encryption helps protecting the user\'s security and privacy.') }}
@endif