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