@if(isset($report['results'][$name]))
@include('reports.partials.status')
{{ __('Inline CSS') }}
@if($report['results'][$name]['passed'])
{{ __('The webpage does not contain inline CSS code.') }}
@else @foreach($report['results'][$name]['errors'] as $error => $details)
@if($error == 'failed') {{ __('The webpage contains inline CSS code.') }} @endif
@endforeach @endif
{{ __('The style attribute contains CSS style rules that are applied to the element.') }} {{ __('Inline CSS code unnecessarily increases the webpage\'s size, and can be moved in an external CSS file.') }}
@endif