@php ($reactions = \App\ReactionIcon::byActive()->byLanguage()->orderBy('ord', 'asc')->get()) @if (count($reactions) > 0) @foreach($reactions as $reaction) {{ $reaction->name }} @endforeach @endif