@extends('layouts.applicant') @section('content')
@if (count($errors) > 0)
@endif @if (session('status'))
{{ session('status') }}
@endif
@if (count($apps) != 0) You have applied for Preservice course

@forelse($apps as $application) @empty @endforelse
Course Choice Intake Action
{{ $application->course }} {{ $application->choice }} {{ $application->year }} {{ $application->name }} @if ($application->user_confirm == 0) Reject

Submit @else Submitted for Processing @endif
@foreach ($apps as $application) @endforeach @else You have not applied for Preservice course @endif @if (count($appshigher) > 0)

Inservice Application

@foreach ($appshigher as $m) {{-- --}} @if ($conf == 0) @else @endif @endforeach
# Course Prev. Course Mode Of Study Pref. Campus Action
{{ $coun }}{{$m->course}} {{$m->prev_course}} {{$m->study_mode}} {{$m->name}}{{ $m->course }} {{ $m->prev_course }} {{ $m->study_mode }} {{ $m->name }} Submit

Reject
Submited
@if ($m->ischai == 1) @endif
@else

You don't have any insevice application(s)

@endif @if (count($appshigherforeign) > 0)

Foreign Student Application

@foreach ($appshigherforeign as $m) @if ($m->course == 'Certificate in Community Health Nursing(Beyond Zero)') @else @if ($conf == 0) @else @endif @endif @endforeach
# Course Action
{{ $coun }} {{ $m->course }}Submission Not Required Submit

Reject
Submited
@else {{--

You don't have any insevice application(s)

--}} @endif
@if (count($shorcourses ?? []) != 0) You have applied for Short course
@forelse($shorcourses as $happs) @empty @endforelse
Course Campus Enrollment Month Highest Qualifification Action
{{ $happs->course }} {{ $happs->campus }} {{ $happs->enrollment_month }} {{ $happs->highest_qualification }} @if ($happs->user_confirm != 1) Reject Submit @else
Application has been Submitted
@endif
@else @endif @if (count($chaicourses ?? []) != 0) You have applied for Scholarship
@forelse($chaicourses as $happs) @empty @endforelse
Course Action
{{ $happs->course }} @if ($happs->user_confirm != 1) Reject Submit @else {{--
Application has been Submitted
--}} Download Form @if ($uploaded) View Athorized Form @else Upload Athorized Form @endif @endif
@else @endif @endsection