@if ( \App\Models\Admin\General::first()->captcha_status ) @endif
@if ( !empty($data) )

x = {{ $this->sample_mean }}, {{ $this->confidence_level }}% CL

[{{ $data['lower'] }}, {{ $data['upper'] }}]

{{ __('You can be :cl% confident that the population mean (μ) falls between :lower and :upper.', ['cl' => $this->confidence_level, 'lower' => $data['lower'], 'upper' => $data['upper']]) }}

{{ __('Lower Bound') }} {{ $data['lower'] }}
{{ __('Upper Bound') }} {{ $data['upper'] }}
{{ __('Margin of Error (E)') }} {{ $data['margin'] }}
@endif