@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
{{ __('The SEO friendly URLs are URLs that contain relevant keywords with the webpage\'s topic, and contain no special characters besides slashes and dashes.') }}