๐๏ธ{{ __('ui.hof_record_total_rides') }}{{ number_format($personalRecords['total_rides'], 0, ',', ' ') }}
๐ {{ __('ui.hof_record_best_day') }}{{ $personalRecords['best_day_count'] }}{{ $personalRecords['best_day_date'] ?: 'โ' }}
๐๏ธ{{ __('ui.hof_record_best_year') }}{{ $personalRecords['best_year_count'] }}{{ $personalRecords['best_year'] ?: 'โ' }}
๐{{ __('ui.hof_record_best_expertise') }}{{ (int) data_get($personalRecords, 'best_expertise.score', 0) }}{{ $personalParkName ?: 'โ' }}
๐ก๏ธ{{ __('ui.hof_metric_reputation') }}{{ (int) data_get($personalRecords, 'reputation.score', 0) }}{{ __('ui.local_experts_reputation_'.data_get($personalRecords, 'reputation.tier', 'newcomer')) }}