@foreach([
['Oral Presentation','In-Person','Deliver a 20-minute research talk in a structured session, followed by a 5-minute Q&A with the audience and expert panel.','Submit an abstract through the portal. Upon acceptance, upload your full paper and register.', route('conference.abstract-submission', $conference['slug']),'Submit Abstract'],
['Poster Presentation','In-Person','Display your research findings in the dedicated poster exhibition area. Engage with attendees during scheduled poster sessions.', 'Submit an abstract specifying poster format. Accepted authors print their A0 poster and bring it to the event.', route('conference.abstract-submission', $conference['slug']),'Submit Abstract'],
['Virtual Presentation','Online','Present your research via Zoom to the full conference audience. Receive the same certificate as in-person presenters.', 'Submit and get accepted as an oral presenter, then select the virtual option during registration.', route('conference.registration-fees', $conference['slug']),'Register Online'],
['Listener / Attendee','In-Person or Online','Attend all sessions, keynote addresses, and networking events without presenting. An excellent option for practitioners and early-stage researchers.', 'Register directly without submitting a paper.', route('conference.registration-fees', $conference['slug']),'Register Now'],
['Publication Only','Remote','Submit a full paper for indexed journal publication without attending the event in person or online.', 'Submit your full manuscript and go through the peer review process. No registration for the event is required.', route('conference.full-paper-guidelines', $conference['slug']),'View Guidelines'],
['Workshop Organiser','In-Person','Propose and lead a focused half-day workshop or special session on a specific topic, subject to committee approval.', 'Contact the conference secretariat with a workshop proposal at least 3 months before the event.', route('conference.contact-us', $conference['slug']),'Contact Us'],
] as $mode)
What it involves
{{ $mode[2] }}
How to participate
{{ $mode[3] }}
@endforeach