@extends('layouts.app') @section('title', 'إدارة المشاركين - معرض تجهيزات المساجد') @section('styles') @endsection @section('content') إدارة المشاركين إدارة ومتابعة جميع المشاركين في المعرض آخر تحديث: {{ now()->format('Y-m-d H:i') }} {{ $participants->count() }} إجمالي المشاركين {{ $participants->where('email_verified', true)->count() }} مؤكدي البريد الإلكتروني {{ $participants->where('attendance_confirmed', true)->count() }} مؤكدي الحضور {{ $participants->whereNotNull('selected_workshop')->count() }} مسجلين في الورش البحث والتصفية البحث بالاسم أو البريد الإلكتروني نوع المشاركة جميع الأنواع زائر عارض متحدث إعلامي حالة التحقق جميع الحالات مؤكد في الانتظار بحث تصدير Excel تصدير PDF إرسال دعوات جماعية قائمة المشاركين ({{ $participants->count() }} مشارك) # الاسم البريد الإلكتروني الهاتف نوع المشاركة الورشة المختارة حالة التحقق تأكيد الحضور تاريخ التسجيل الإجراءات @forelse($participants as $index => $participant) {{ $index + 1 }} {{ $participant->first_name }} {{ $participant->last_name }} @if($participant->company) {{ $participant->company }} @endif {{ $participant->email }} {{ $participant->phone }} {{ $participant->participation_type_arabic }} @if($participant->selected_workshop) {{ $participant->selected_workshop }} @else لم يختر @endif @if($participant->email_verified) مؤكد @else في الانتظار @endif @if($participant->attendance_confirmed) مؤكد @else غير مؤكد @endif {{ $participant->created_at->format('Y-m-d') }} @if(!$participant->attendance_confirmed) @csrf @endif @empty لا يوجد مشاركين لم يتم تسجيل أي مشاركين بعد @endforelse @if($participants->hasPages()) {{ $participants->links() }} @endif @endsection @section('scripts') @endsection
إدارة ومتابعة جميع المشاركين في المعرض
لم يتم تسجيل أي مشاركين بعد