@if ( \App\Models\Admin\General::first()->captcha_status ) @endif
@if ( !empty($data) )
{{ __('URLs') }} {{ __('Status') }}
{{ $data['link'] }} {{ ( $data['status'] == 200 ) ? __('Indexed') : __('Not Indexed') }}
@endif