@section('site_title', formatTitle([__('SERP checker'), __('Tool'), config('settings.title')])) @section('head_content') @endsection @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('dashboard'), 'title' => __('Home')], ['url' => route('tools'), 'title' => __('Tools')], ['title' => __('Tool')], ]])

{{ __('SERP checker') }}

{{ __('SERP checker') }}
@include('shared.message')
@cannot('tools', ['App\Models\User'])
@endcannot @csrf
@if ($errors->has('keyword')) {{ $errors->first('keyword') }} @endif
@if ($errors->has('domain')) {{ $errors->first('domain') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if(config('settings.captcha_driver')) {{ __('Search') }} @if ($errors->has(formatCaptchaFieldName())) {{ __($errors->first(formatCaptchaFieldName())) }} @endif @else @endif
@cannot('tools', ['App\Models\User'])
@if(paymentProcessors()) @include('shared.features.locked') @else @include('shared.features.unavailable') @endif
@endcannot
@if(isset($results))
{{ __('Results') }}
@if(empty($results) || isset($results['items']) == false) {{ __('No results found.') }} @elseif(isset($results['error'])) {{ $results['error']['code'] ?? null }} {{ $results['error']['message'] ?? null }} @else
#
{{ __('URL') }}
@foreach($results['items'] as $result)
{{ __('Copy') }}
@endforeach
@endif
@endif