@if(isset($first->value))
@if($first->value)
value]['iso'])) data-tooltip="true" title="{{ __(config('languages')[$first->value]['iso']) }}" @endif>{{ $first->value }}
@else
{{ __('Unknown') }}
@endif
@else
{{ __('No data') }}
@endif
{{ (isset($first->count) ? number_format($first->count, 0, __('.'), __(',')) : '—') }}
{{ mb_strtolower(__('Most popular')) }}
{{ (isset($first->count) ? number_format((($first->count / $total->count) * 100), 1, __('.'), __(',')).'%' : '—') }}