@if(isset($report['results'][$name]))
@include('reports.partials.status')
{{ __('Server signature') }}
@if($report['results'][$name]['passed'])
{{ __('The webpage does not have a public server signature.') }}
@else @if($report->user_id == 0) @include('reports.partials.limited') @else @foreach($report['results'][$name]['errors'] as $error => $details)
@if($error == 'failed') {{ __('The webpage has a public server signature.') }} @foreach($report['results'][$name]['value'] as $serverSignature)
{{ $serverSignature }}
@endforeach @endif
@endforeach @endif @endif
{{ __('The server signature is the public identity of a web server which contains information that could be used to exploit known vulnerabilities.') }}
@endif