@extends('layouts.applicant') @section('content')
@if($info>=1) @if(session('message'))
{{ session('message')}}
@endif
Fill in the form
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if(session('status')) {{session('status')}} @else Parent's Information @endif

Alive Deceased N/A

Alive Deceased N/A
Educational Background Information
@else

Could not Apply for the program.Please Check requirements versus your scores

@endif
@stop