@if(isset($first->value))
                                            
                                            
                                                @if(!empty(explode(':', $first->value)[1]))
                                                    {{ explode(':', $first->value)[1] }}
                                                @else
                                                    {{ __('Unknown') }}
                                                @endif
                                            
                                        @else
                                            
{{ __('No data') }}
                                        @endif
                                        
{{ (isset($first->count) ? number_format($first->count, 0, __('.'), __(',')) : '—') }}
                                     
                                    
                                        @include('icons.trending_up', ['class' => 'fill-current width-3 height-3'])
                                        {{ mb_strtolower(__('Most popular')) }}
                                        {{ (isset($first->count) ? number_format((($first->count / $total->count) * 100), 1, __('.'), __(',')).'%' : '—') }}