@extends('layouts.welcome') @section('title') Online Application @endsection @section('content')
Education Background
@csrf
{{-- --}} {{-- --}} @if(Session::get('applicant_type_id') == 1)



{{--

--}} @endif @if(Session::get('applicant_type_id') == 2)




@endif
{{--
Grades Attained
--}} @foreach($subjects as $subject)

@endforeach

Previous
@endsection