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

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

{{__('rankings.description')}}
@if($errors->any())
{{$errors->first()}}
@endif
{{__('rankings.clear')}}

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

@if($chart->isEmpty())@else

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

@endif

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

@foreach($distribution as $key=>$count)
{{__('rankings.range.'.$key)}}{{$count}}
@endforeach
@forelse($rows as $row)@empty@endforelse
{{__('rankings.date')}}{{__('rankings.keyword')}}{{__('rankings.project')}}{{__('rankings.rank')}}{{__('rankings.previous')}}{{__('rankings.change')}}{{__('rankings.engine')}}{{__('rankings.country')}}{{__('rankings.language')}}{{__('rankings.device')}}{{__('rankings.status')}}{{__('rankings.action')}}
{{$row['check']->checked_at->translatedFormat('d M Y H:i')}}{{$row['keyword']->phrase}}{{$row['project']->name}}{{$row['rank']?'#'.$row['rank']:'100+'}}{{$row['previous']?'#'.$row['previous']:'—'}}{{__('rankings.'.$row['movement'])}} @if($row['change']!==null){{$row['change']>0?'+':''}}{{$row['change']}}@endif{{$row['check']->search_engine->label()}}{{$row['check']->country_code}}{{$row['check']->language_code}}{{$row['check']->device->label()}}{{$row['check']->status->label()}}{{__('rankings.view')}}
{{$rows->links()}}