@extends('layouts.applicant') @section('content')
@if($info>=31)
OOPS!Access Denied.
@else @if(session('optstatus'))
{{session('optstatus')}}
@endif @if(session('status'))
{{session('status')}}
@endif
@if(!empty($status)) {{$status."."}} Note that files should be .jpeg,.jpg,.png,.pdf,.bmp @endif
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(((date('Y')-1)-$year)<=1)
You Can upload KCSE CERTICATE or RESULT SLIP.
@else
You are required to upload Strictly KCSE CERTICATE.Failure to which can be a basis of disqualification.
@endif
@endif
@stop