@extends('layouts.applicant') @section('content')
@if(!empty($status))
{{$status}}
@endif @if($infos>=1)

OOPS!.Accessed Denied.You Have Applied a Inservice Course.

@else
Fill in the form for choice one course
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
The Two last Subjects Should not be The same.Choose a different Subject.
@endif
@stop