@if(isset($report['results'][$name]))
@include('reports.partials.status')
{{ __('HTTP/2') }}
@if($report['results'][$name]['passed'])
{{ __('The webpage is using the HTTP/2 protocol.') }}
@else @if($report->user_id == 0) @include('reports.partials.limited') @else @foreach($report['results'][$name]['errors'] as $error => $details)
@if($error == 'failed') {{ __('The webpage is not using the HTTP/2 protocol.') }}
HTTP/{{ $report['results'][$name]['value'] }}
@endif
@endforeach @endif @endif
@endif