{{ __('User Client') }}

{{ __('View User Clients') }}
@php $mobileCount = cache('user_behavior_data')[0]['value']; $desktopCount = cache('user_behavior_data')[1]['value']; $all = $mobileCount + $desktopCount; if ($all == 0) { $all = 1; } $mobilePercent = round(($mobileCount / $all) * 100, 2); $desktopPercent = round(($desktopCount / $all) * 100, 2); @endphp
@if ($desktopPercent != 0)
@endif @if ($mobilePercent != 0)
@endif
{{ __('Desktop') }}
{{ number_format($desktopPercent, 2) }}%
{{-- begin: criteria --}}
@lang('vs')
{{-- end: criteria --}}
{{ __('Mobile') }}
{{ number_format($mobilePercent, 2) }}%