@if(!empty(explode(':', $check->country)[1]))
{{ explode(':', $check->country)[1] }}@if(!empty(explode(':', $check->city)[1])), {{ explode(':', $check->city)[1] }}@endif
@else
{{ __('Unknown') }}
@endif
{{ $check->response_status_code }}
{{ ($check->response_time ? number_format(($check->response_time / 1000), 0, __('.'), __(',')) : 0) }} ms
{{ $check->checked_at->tz(Auth::user()->timezone ?? config('settings.timezone')) }}