@extends('layouts.applicant') @section('content')
@if (session('status'))
{{ session('status') }}
@endif
Your MPESA Account is: {{$ac}}
 Advice to applicants
All applicants to KMTC are advised to ensure that their applications are correctly done so as to compete for opportunities fairly; some of the areas to note include the follows;
1. KMTC has many courses at various levels and varying entry requirement clusters hence taking time to read the advertisement helps you make an informed choice. 
2. Determine the course you would like to study and be sure you qualify for it.
3. Be ready to take up your course if successful in any part of this country since our campuses are spread all over.
4. Follow APPLICATION GUIDELINES and ensure you have applied in time and correctlyApplication guide lines
5. Remain active on email remembering your credentials that you can access your email at any time i.e ensure you keep the email and the Password to enable you  access our communications

6. Kindly read this document before applying. Read Full Document
 Instructions on Revising courses
All applicants to KMTC are advised to ensure that their applications are correctly done so as to compete for opportunities fairly; some of the areas to note include the follows;
1. Ensure that you were not selected
2. Check the requirements to make sure that you qualify Application guide lines
3. Reject the previously applied Reject Application
4. Check that your scores were entered correctly Check Scores
5. Confirm that your uploaded documents are well labeled Confirm Uploads
6.  Apply for only one course (Make sure you have rejected all previously applied courses)Reject Application
7. check on application steps Application guide lines
8. No additional payment is required for  applicants revising courses

Quick Links

0
Applied Courses
0
Submitted Courses
Applied Courses
@if(!empty($myapps))
@foreach($myapps as $m) @if($coun % 2 != 0) @else @endif @endforeach
# Course MeanGrade Language Compulsory Cat2 Cat3 Cat4 Choice Intake Cluster
{{$coun}} {{$m->course}} {{$m->mg_grade}} ({{grades($m->mg_grade)}}) {{$m->lang . " " . $m->lang_grade}} ({{grades($m->lang_grade)}}) {{$m->comp . " " . $m->comp_grade}} ({{grades($m->comp_grade)}}) {{$m->cat2 . " " . $m->cat2_grade}} ({{grades($m->cat2_grade)}}) {{$m->cat3 . " " . $m->cat3_grade}} ({{grades($m->cat3_grade)}}) {{$m->cat4 . " " . $m->cat4_grade}} ({{grades($m->cat4_grade)}}) {{$m->choice}} {{$m->year}} {{$m->name}} {{$m->cluster}}
{{$coun}} {{$m->course}} {{$m->mg_grade}} ({{grades($m->mg_grade)}}) {{$m->lang . " " . $m->lang_grade}} ({{grades($m->lang_grade)}}) {{$m->comp . " " . $m->comp_grade}} ({{grades($m->comp_grade)}}) {{$m->cat2 . " " . $m->cat2_grade}} ({{grades($m->cat2_grade)}}) {{$m->cat3 . " " . $m->cat3_grade}} ({{grades($m->cat3_grade)}}) {{$m->cat4 . " " . $m->cat4_grade}} ({{grades($m->cat4_grade)}}) {{$m->choice}} {{$m->year}} {{$m->name}} {{$m->cluster}}
@elseif(!empty($apphigher))
@foreach($apphigher as $m) @if($coun % 2 != 0) @else @endif @endforeach
# Course Prev. Course Mode Of Study Pref. Campus
{{$coun}} {{$m->course}}
{{$coun}} {{$m->course}} {{$m->prev_course}} {{$m->study_mode}} {{$m->name}}
@else
You Have not made any Application(s)
@endif
@stop