@include('auth.header')

Future Applicants

Reset
@csrf
@foreach($applicantss as $applicant)

Category
{{ $applicant->area_of_interest }}
Email
{{ $applicant->email }}
Phone
{{ $applicant->phone }}
Location
{{ $applicant->location }}
Preferred Location
{{ $applicant->location }}
Message

{{ $applicant->msg }}

Reference ID
NIL
Experience
{{ $applicant->exp }}
Applied Date
{{ $applicant->date }}
@endforeach
{!! $applicantss->links() !!}
@include('auth.footer')