{{-- Default text size 12px for content Default text size 13px for Titles in tables Colors: - Title: rgb(35, 50, 87) - Content: rgb(85, 97, 128) --}} @use('App\Enums\Attributes') @extends('pdf.layout') @section('content')

Final Academic Report

Name: {{ $student->full_name }}

{{--

Student ID: {{ $student->full_name }}

--}}

DOB: {{ \Carbon\Carbon::parse($student->birthdate)->format('F j, Y') }}

Grade Level: {{ data_get($student, 'gradeLevel.name', '') }}

Academic Year: {{ \Carbon\Carbon::parse(data_get($student, 'academic_period.start_date', ''))->format('Y') }} - {{ \Carbon\Carbon::parse(data_get($student, 'academic_period.end_date', ''))->format('Y') }}

Data accurate as of: {{ \Carbon\Carbon::now()->format('F j, Y') }}

@if ($courses && $courses->count() > 0) @if ($type == Attributes::GL_HIGH_SCHOOL) @else @endif @foreach ($courses as $course) @if ($type == Attributes::GL_HIGH_SCHOOL) @else @endif @endforeach
Course Type Grade CreditsUn-weighted GPA Weighted GPAGPA
{{ $course->title }} {{ $course->type }} {{ $course->averageParse }} {{ $course->credits }}{{ $course->unweighted }} {{ $course->weighted }}{{ $course->unweighted }}
@else

No courses enrolled

@endif
@if ($type == Attributes::GL_HIGH_SCHOOL) @endif
Total Credits {{ $courses->sum('credits') }}
GPA {{ number_format($courses->sum(function ($course) {return floatval($course->unweighted);}) / max($courses->count(), 1),2) }}
WGPA {{ number_format($courses->sum(function ($course) {return floatval($course->weighted);}) / max($courses->count(), 1),2) }}

International American Institute is registered in the California School Directory.

CDS Code: 34674396167456

County: Sacramento

Address: 1401 21St Street Suite R

@if($administrativeUser && $administrativeUser->signature_image) Signature

{{ $administrativeUser->name }}
Director

@endif
@if ($type == Attributes::GL_HIGH_SCHOOL) @endif @if ($type == Attributes::GL_HIGH_SCHOOL) @endif @if ($type == Attributes::GL_HIGH_SCHOOL) @endif @if ($type == Attributes::GL_HIGH_SCHOOL) @endif @if ($type == Attributes::GL_HIGH_SCHOOL) @endif @if ($type == Attributes::GL_HIGH_SCHOOL) @endif
Academic Grade Key
Grade Percentage GPAWGPA
A 90% - 100% 4.05.0
B 80% - 89% 3.04.0
C 80% - 79% 2.03.0
D 60% - 69% 1.02.0
F 0% - 59% 0.00.0

ACADEMIC GRADE KEY/CÓDIGO DE CALIFICACIÓN

  • A - Outstanding Progress/Progreso sobresaliente
  • B - Above Average Progress/Progreso que supera al promedio
  • C - Average Progress/Progreso promedio
  • D - Lowest Acceptable Progress/Progreso mínimo aceptable
  • F - Failure/Reprobado
@endsection