@extends('layouts.registrarapp') @section('content')
{{ csrf_field() }}
Student No.: {{$user->idno}}

Official Transcript of Records

Name: {{strtoupper($user->firstname)}} {{strtoupper($user->middlename)}} {{strtoupper($user->lastname)}} {{strtoupper($user->extensionname)}}
Permanent Address: {{$info->street}} {{$info->barangay}}, {{$info->municipality}}, {{$info->province}} {{$info->zip}}
Date of Birth: {{date('F d, Y',strtotime($info->birthdate))}} Place of Birth: {{$info->place_of_birth}}
Admission Credential: @if ($info->psa_birth_cert == 1) BC, @endif @if ($info->form_137 == 1) F137, @endif @if ($info->form_138 == 1) F138 @endif @if ($info->transfer_credential) TC @endif Admission Status: {{$info->status_upon_admission}}
@if ($info->is_transferee == 1) @else @endif
Secondary: {{$info->sec_school}} Year Graduated: {{$info->sec_to}}
Last School Attended: {{$info->school}} Year Graduated: ---
Last School Attended: --- Year Graduated: ---
Degree/Course: {{$status->program_name}} Year Graduated:  
COURSE CODE DESCRIPTIVE TITLE FINAL
GRADE
COMPLETION
GRADE
LEC LAB/RLE CREDITS

Fatal error: Class 'App\CollegeCreditedGrade' not found in D:\xampp\htdocs\dmmc\resources\views\registrar\student_record\finalize_transcript.blade.php on line 149