@extends('layouts.guidanceapp') @section('content')
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}

Modify Applicant Profile

status_upon_admission== 'Freshman') checked @endif > Freshman status_upon_admission== 'Transferee') checked @endif > Transferee status_upon_admission== 'Returnee') checked @endif > Returnee
@if ($list->academic_type=='College' or $list->academic_type == 'TESDA')
Fatal error: Class 'App\CtrSchoolYear' not found in D:\xampp\htdocs\dmmc\resources\views\guidance\admission\viewmodifyinfo.blade.php on line 49