@if ($generalSettings->captcha_status && ($generalSettings->captcha_for_registered || !auth()->check())) @endif
@if ( !empty($data) )
{{ __('URLs') }} {{ __('Status') }}
{{ $data['link'] }} {{ ( $data['status'] == 200 ) ? __('Indexed') : __('Not Indexed') }}
@endif