@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)

{{ data_get($usersPerCountry, 'title') }}

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