@extends('layouts.app') @section('content')
Current GPA: {{ number_format($result->gpa, 2) }} | Current CGPA: {{ number_format($result->cgpa, 2) }}
GPA and CGPA will be recalculated automatically when you update marks or grades.