{{-- Partial: Participant Card Component --}} {{-- Path: resources/views/general/live-activities/partials/participant-card.blade.php --}}
{{-- Activity Info --}}
{{ $participant->activity->activityType->icon ?? '📅' }}

{{ $participant->activity->activityType->display_name }}

@if($participant->activity->title)

{{ $participant->activity->title }}

@endif
{{ $participant->activity->scheduled_date->format('Y/m/d') }}
{{ $participant->activity->scheduled_time->format('H:i') }}
@if($participant->moderator_notes)

ملاحظات: {{ $participant->moderator_notes }}

@endif
{{-- Status & Actions --}}
@include('general.live-activities.partials.status-badge', ['status' => $participant->status]) @if($participant->total_points != 0)
{{ $participant->total_points > 0 ? '+' : '' }}{{ $participant->total_points }}
@endif {{-- Action Buttons --}} @if($participant->canSubmitProof()) @endif @if($participant->canSubmitExcuse()) @endif عرض التفاصيل