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

{{ $postsPerCountry->title }}

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