@if(isset($report['results'][$name]))
@include('reports.partials.status')
{{ __('SEO friendly URL') }}
@if($report['results'][$name]['passed'])
{{ __('The URL is SEO friendly.') }}
@else @foreach($report['results'][$name]['errors'] as $error => $details)
@if($error == 'bad_format') {{ __('The URL is not SEO friendly.') }} @endif @if($error == 'missing') {{ __('The URL does not contain any relevant keywords.') }} @endif
@endforeach @endif
{{ $report['results'][$name]['value'] }}
{{ __('The SEO friendly URLs are URLs that contain relevant keywords with the webpage\'s topic, and contain no special characters besides slashes and dashes.') }}
@endif