@extends('applicants.new.layouts.register') @section('content')
{{csrf_field()}}

Registration

Fill in the form to get started with KMTC Portal

@if (count($errors) > 0)
If you get an error, Id number has already been taken, it means you already have account with us. Kindly click on Login and click forgot Email to recover your Account details. Click here to access that option
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Personal Information

Contact

Next Of Kin


Tell us who you are:

@php $genders=['M'=>'Male','F'=>'Female']; @endphp
Disability Assessment
Please note that disability information is required for planning purposes and not creteria for selection

Set up your contact information:

Next of Kin Details:

@endsection