@if ($generalSettings->captcha_status && ($generalSettings->captcha_for_registered || !auth()->check())) @endif
@if ( !empty($data) )
@if ($data['scheme']) @endif @if ($data['protocol']) @endif @if ($data['authority']) @endif @if ($data['host']) @endif @if ($data['hostname']) @endif @if ($data['subdomain']) @endif @if ($data['domain']) @endif @if ($data['tld']) @endif @if ($data['resource']) @endif @if ($data['directory']) @endif @if ($data['path']) @endif @if ($data['file_name']) @endif @if ($data['file_suffix']) @endif
{{ __('Scheme') }} {{ $data['scheme'] }}
{{ __('Protocol') }} {{ $data['protocol'] }}
{{ __('Authority') }} {{ $data['authority'] }}
{{ __('Host') }} {{ $data['host'] }}
{{ __('Hostname') }} {{ $data['hostname'] }}
{{ __('Subdomain') }} {{ $data['subdomain'] }}
{{ __('Domain') }} {{ $data['domain'] }}
{{ __('TLD') }} {{ $data['tld'] }}
{{ __('Resource') }} {{ $data['resource'] }}
{{ __('Directory') }} {{ $data['directory'] }}
{{ __('Path') }} {{ $data['path'] }}
{{ __('File name') }} {{ $data['file_name'] }}
{{ __('File suffix') }} {{ $data['file_suffix'] }}
@endif