@if ( $histories->isNotEmpty() ) @foreach ($histories as $history) @endforeach @else @endif
{{ __('URL') }} {{ __('Response') }} {{ __('Time') }}
{{ $history->url }} {{ $history->response }} {{ $history->created_at }}
{{ __('No record found') }}
@if( $histories->hasPages() )
{{ $histories->links() }}
@endif

{{ __('Response Code Help') }}

{{ __('Response Code') }} {{ __('Response Message') }} {{ __('Reasons') }}
{{ __('200') }} {{ __('OK') }} {{ __('The URL was successfully submitted to the IndexNow API.') }}
{{ __('202') }} {{ __('Accepted') }} {{ __('The URL was successfully submitted to the IndexNow API, but the API key validation is pending.') }}
{{ __('400') }} {{ __('Bad Request') }} {{ __('The request was invalid.') }}
{{ __('403') }} {{ __('Forbidden') }} {{ __('The key was invalid (e.g. key not found, file found but key not in the file).') }}
{{ __('422') }} {{ __('Unprocessable Entity') }} {{ __('The URLs don\'t belong to the host or the key is not matching the schema in the protocol.') }}
{{ __('429') }} {{ __('Too Many Requests') }} {{ __('Too Many Requests (potential Spam).') }}