@foreach($topUsers as $user)
{{-- User Image --}}
@if (empty($user->image)) @else Profile @endif
{{-- User Info --}}
{{ $user->name }}
{{ $user->email_id }} | {{ $user->country }}
{{-- Percentage Input --}}
%
@endforeach @if($limit > $topUsers->count())
{{ translate('Warning!') }} {{ translate('Not enough users found. Only ' . $topUsers->count() . ' users will be eligible for rewards.') }}
@endif