@csrf @method('post')
Transcript-Type
{{--
Course
--}}
Year
@forelse ($registrations as $registration)
{{ $registration->year }}
@empty
You cannot continue! I am not registered to any (session/Year)
@endforelse
Transictip for: {{ Session::get('student')?Session::get('student')->fname:null }}
To display the desired transicript,
  • Choose the transcript-type (Displaying Mode)
  • Click on the year you want to view its transcript
Advanced option can anly be seen by authorized users.