{{__('customer.rank_tracking')}}

{{__('serp_checks.title')}}

{{__('serp_checks.description')}}
@error('serp')
{{$message}}
@enderror @if(!config('serp.enabled')||app(\App\Serp\Operations\ActivationManager::class)->allowsNormal()===false)
{{__('serp_checks.unavailable')}}
@endif
{{__('serp_checks.clear')}}
@forelse($checks as $check)@empty@endforelse
{{__('serp_checks.keyword')}}{{__('serp_checks.project')}}{{__('serp_checks.type')}}{{__('serp_checks.status')}}{{__('serp_checks.rank')}}{{__('serp_checks.device')}}{{__('serp_checks.target')}}{{__('serp_checks.requested')}}{{__('serp_checks.completed_at')}}{{__('serp_checks.action')}}
{{$check->phrase}}{{$check->keyword->project->name}}{{__('serp_checks.'.($check->origin==='scheduled'?'scheduled':'manual'))}}{{$check->status->label()}}{{$check->detected_rank?'#'.$check->detected_rank:($check->status===\App\Enums\SerpCheckStatus::Completed?'100+':'—')}}{{$check->device->label()}}{{$check->country_code}} / {{$check->language_code}}{{$check->created_at->translatedFormat('d M Y H:i')}}{{$check->completed_at?->translatedFormat('d M Y H:i')??'—'}}{{__('serp_checks.view')}}
{{$checks->links()}}