College Logo
Student Name : {{ $mark_first->{$std_name_key} }}
Register Number : {{ $mark_first->{$reg_no_key} }}
Course : {{ $mark_first->{$course_key} }}
@foreach ($config_view as $data) @endforeach @foreach($marks as $mark) @foreach($config_view as $data) @php $attribute_value = $mark->{$data->config_key} ?? null; @endphp @endforeach @endforeach @php $overall_result = "Pass"; // Loop through each student's marks foreach ($marks as $mark) { // Loop through each attribute (or column) of the mark foreach ($mark->getAttributes() as $attribute_name => $attribute_value) { // Check if the attribute is the 'Result' column and if it contains 'Fail' if ($attribute_name == $result_key && strtolower($attribute_value) == "fail") { $overall_result = "Fail"; // If any result is Fail, overall result should be Fail break 2; // Exit both loops if Fail is found } } } @endphp
S.No @if($data->config_value == "Actual Marks") {{ "Max Marks" }} @else {{ $data->config_value }} @endif
{{ $loop->iteration }} @if($attribute_value !== null) {{ $attribute_value }} @else N/A @endif
Total Max Marks {{$actual_marks}}
Total Marks {{$total_marks}}

If any discrepancy is found please bring to the notice of the Controller of Examinations.

 
SGPA FROM SGPA TO Grade
9 10 0
8 8.9 A
6.6 7.9 B
5.7 6.5 C
4.7 5.6 D
4 4.6 E