Basic details
First Name: {{ $applicant->firstname }}
Last Name: {{ $applicant->lastname }}
Email: {{ $applicant->email }}
Phone: {{ $applicant->phone }}
Address: {{ $applicant->address ?? '-' }}
Description: {{ $applicant->description ?? '-' }}
Payer Id: {{ $applicant->payer_id ?? '-' }}