Alumni Information
Full Name:{{ $alumniForm->full_name ?? '' }}
Email:{{ $alumniForm->email ?? '' }}
Mobile Number:{{ $alumniForm->mobile_number ?? '' }}
Occupation:{{ $alumniForm->occupation ?? '' }}
Designation:{{ $alumniForm->designation ?? '' }}
Batch:{{ $alumniForm->batch ?? '' }}
Country:{{countries()[$alumniForm->country]['name'] ?? ''}}
Testimonial:{{ strip_tags($alumniForm->testimonial->testimonial_text) ?? '' }}