@include('auth.header')

In-Active Applicants

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

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

{{ $applicant->message }}

Preferred Location
{{ $applicant->refer_id }}
Experience
{{ $applicant->exp }}
Applied Date
{{ $applicant->date_apply }}
@endforeach
{!! $applicants->links() !!}
@include('auth.footer')