@foreach($applicants as $applicant) @endforeach
Applicant Report
# Name Email Date
{{ $loop->iteration }} {{ $applicant->name }} {{ $applicant->email }} {{ $applicant->created_at }}