| # | Event Name | Company Name | Name | Gender | Designation | Email Address | Phone Number | @if ($isAttended == 'true')Attendance | @endif
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ ucfirst($eventParticipant->event->name ?? '-') }} | {{ ucfirst($eventParticipant->company_name ?? '-') }} | {{ ucfirst($eventParticipant->name ?? '-') }} | {{ ucfirst($eventParticipant->gender ?? '-') }} | {{ ucfirst($eventParticipant->designation ?? '-') }} | {{ $eventParticipant->email ?? '-'}} | {{ formatPhoneNumber($eventParticipant->phone_no) ?? '-'}} | @if ($isAttended == 'true'){{ ucfirst($eventParticipant->attendance_status ?? '-') }} | @endif