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

Add New Result

Enter student academic performance data

Student Result Form

Fill in all required fields. GPA and CGPA will be calculated automatically.

@csrf
@error('rollno') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
Enter the course/program name @error('course') {{ $message }} @enderror
@error('subject') {{ $message }} @enderror
Usually between 1-6 credit hours @error('credit_hours') {{ $message }} @enderror
GPA will be calculated automatically @error('mark') {{ $message }} @enderror
Leave empty for auto-calculation @error('grade') {{ $message }} @enderror
Auto-Calculation Info

GPA Scale (4.0):

  • 90-100: A+ (4.0)
  • 80-89: A (3.7)
  • 70-79: B+ (3.3)
  • 60-69: B (3.0)
  • 50-59: C+ (2.7)
  • Below 40: F (0.0)
Cancel
@endsection