Basics
First Name
{{ $applicant->firstname }}
Last Name
{{ $applicant->lastname }}
Email
{{ $applicant->email }}
Phone Number
{{ $applicant->phone }}
Date Registered
{{ $applicant->created_at->format('d M Y')}}
Applications
{{ count($applicant->applications) }}