{{ __('Results') }}

@if ( !empty($data) ) @endif
{{ __('Your Screen Resolution') }}
{{ __('Screen Width') }} {{ $data['width'] }} {{ __('Pixels') }}
{{ __('Screen Height') }} {{ $data['height'] }} {{ __('Pixels') }}
{{ __('DPR (Device Pixel Ratio)') }} {{ $data['dpr'] }}
{{ __('Color depth') }} {{ $data['color'] }} {{ __('bits per pixel') }}
{{ __('Browser Viewport Width') }} {{ $data['viewport_width'] }} {{ __('Pixels') }}
{{ __('Browser Viewport Height') }} {{ $data['viewport_height'] }} {{ __('Pixels') }}
@if ( \App\Models\Admin\General::first()->captcha_status ) @endif