المسابقات المتاحة
@foreach($competitions as $comp)
{{ $comp['status'] == 'available' ? 'متاحة' : ($comp['status'] == 'upcoming' ? 'قريباً' : 'انتهت') }}
@endforeach
{{ $comp['emoji'] }} {{ $comp['title'] }}
{{ $competitions->links() }}