@extends('layouts.app') @section('content')

Edit Result

Update student academic performance data

Edit Student Result

Current GPA: {{ number_format($result->gpa, 2) }} | Current CGPA: {{ number_format($result->cgpa, 2) }}

@csrf @method('PUT')
@error('rollno') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
e.g., Computer Science, Mathematics, Physics @error('course') {{ $message }} @enderror
@error('subject') {{ $message }} @enderror
Usually between 1-6 credit hours @error('credit_hours') {{ $message }} @enderror
GPA will be recalculated @error('mark') {{ $message }} @enderror
Leave empty for auto-calculation @error('grade') {{ $message }} @enderror
Update Notice

GPA and CGPA will be recalculated automatically when you update marks or grades.

Cancel
@endsection