{{__('Verify Email')}} : {{__('Email is not verified yet. Please verify your email.')}}
{{ __('Click the link to get started') }} : {{ __('Start Email Verification') }}
{!! isset($domain_info->domain_name) ? __('Summary').': '.$domain_info->domain_name.'' :__("No Domain") !!}
0
{{__('Stay Time')}}
0
{{__('Session')}}
0
{{__('Unique Visitor')}}
0
{{__('Returning Visitor')}}
0
{{__('Click')}}
0
{{__('Page View')}}
@if($domain_info)
@if(isset($domain_info->pause_play) && $domain_info->pause_play=="play")
{{ __('Recording') }}
@elseif((isset($domain_info->pause_play) && $domain_info->pause_play=="pause"))
{{ __('Stopped') }}
@else
{{ __("Status") }}
@endif
{{ __("Start") }}
{{ __("Stop") }}
@endif
- {{ __('No data found') }}
{{ __("Active Pages") }}
{{ __("Currently there is no user on this domain") }}
{{ __("Top Countries") }}
@foreach($country_lists as $country_key => $country)