{{$check->keyword->project->name}}

{{__('rankings.details')}}

{{$check->checked_at?->translatedFormat('d M Y H:i')}}
{{__('rankings.keyword')}}
{{$check->keyword->phrase}}
{{__('rankings.project')}}
{{$check->keyword->project->name}}
{{__('rankings.rank')}}
{{$rank?'#'.$rank:'100+'}}
{{__('rankings.status')}}
{{$check->status->label()}}
{{__('rankings.country')}}
{{$check->country_code}} / {{$check->language_code}} / {{$check->device->label()}}
{{__('rankings.found_url')}}
{{$check->results->firstWhere('is_project_domain',true)?->url??'—'}}

{{__('rankings.organic_results')}}

@forelse($check->results as $result)
#{{$result->position}} {{$result->title}}{{$result->display_url?:$result->url}}
@empty@endforelse