@extends('layouts.applicant') @section('content')
@if($applied>=31)

You Are Not Allowed to apply for a parallel course since you have applied for BEYOND ZERO SCHOLARSHIP.

Thank You for Using the Service.

@else @if(session('status'))
{{session('status')}} or Skip this option.
@endif @if(session('optstatus'))
{{session('optstatus')}} Click Here.
@elseif(session('maxstatus'))
{{session('maxstatus')}}
@else
Select Type
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endif
@endif @stop