@extends('layouts.admissions') @section('content')

Chai Applicants Paid not submitted

Total Record: {{ count($applicants) }}

@if (count($errors) > 0)
@endif @if (session('status'))
{{ session('status') }}
@endif

@php $count=0; @endphp @foreach ($applicants as $applicant) @php $count++ @endphp @endforeach
Amount Paid Names National_ID Phone Gender D.O.B Institution Years Worked License number Reg No. Job Group Date Available Speciality Other Funding Funding Source Salary E 1 Name E 1 Title E 1 Contact E 1 Email E 1 Rel E 2 Name E 2 Title E 2 Contact E 2 Email E 2 Rel Sup. Title Sup. Name Sup. Phone Sup. Email Ref. Title. Ref. Name. Ref. Org. Ref. Phone. Ref. Email. Ref. Job Title Ref. 2 Title. Ref.2 Name. Ref. 2Org. Ref. 2 Phone. Ref. 2 Email. Ref.2 Job Title Completion Consent Dismissal Consent Commit to complete. Gov. Hospital Commit to complete Authorized Form? Verification Reason Date Applied
{{ $applicant->Amount }} {{ $applicant->first_name }} {{ $applicant->middle_name }} {{ $applicant->last_name }} {{ $applicant->id_number }} {{ $applicant->phone }} {{ $applicant->gender }} {{ $applicant->date_of_birth }} {{ $applicant->institution }} {{ $applicant->years }} {{ $applicant->licence }} {{ $applicant->registration }} {{ $applicant->jobgroup }} {{ $applicant->dateavailable }} {{ $applicant->speciality }} {{ $applicant->otherfunding }} {{ $applicant->funding_source }} {{ $applicant->funding_amount }} {{ $applicant->e_first_name }} {{ $applicant->e_surname }} {{ $applicant->e_title }} {{ $applicant->first_contact }} {{ $applicant->e_email }} {{ $applicant->relationship }} {{ $applicant->e_first_name1 }} {{ $applicant->e_surname1 }} {{ $applicant->e_title1 }} {{ $applicant->first_contact1 }} {{ $applicant->e_email1 }} {{ $applicant->relationship1 }} {{ $applicant->sup_title }} {{ $applicant->sup_full_name }} {{ $applicant->sup_phone_number }} {{ $applicant->sup_email }} {{ $applicant->ref_title }} {{ $applicant->ref_full_name }} {{ $applicant->ref_organization }} {{ $applicant->ref_phone }} {{ $applicant->ref_email }} {{ $applicant->ref_job_title }} {{ $applicant->ref_title1 }} {{ $applicant->ref_full_name1 }} {{ $applicant->ref_organization1 }} {{ $applicant->ref_phone1 }} {{ $applicant->ref_email1 }} {{ $applicant->ref_job_title1 }} {{ $applicant->completion_consent }} {{ $applicant->dismissal_consent }} {{ $applicant->dismissal_consent }} {{ $applicant->working_government_hospital }} {{ $applicant->commit_to_complete }} {{ $applicant->uploaded_authorized_form }} @if ($applicant->verification == 0) Not Verified @elseif($applicant->verification == 1) Verified @else Rejected @endif {{ $applicant->reason }} {{ $applicant->created_at }}
@stop