@if (config('settings.app.show_countries_charts')) @php $usersDataArr = json_decode($usersPerCountry->data, true); $countUsersLabels = (isset($usersDataArr['labels']) && is_array($usersDataArr['labels']) && count($usersDataArr['labels']) > 1) ? count($usersDataArr['labels']) : 0; @endphp @if ($usersPerCountry->countCountries > 1)

{{ $usersPerCountry->title }}

@if ($countUsersLabels > 0) @else {!! trans('admin::messages.No data found.') !!} @endif
@endif @push('dashboard_styles') @endpush @push('dashboard_scripts') @endpush @endif