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