{{ $college->college_name }}{{ $college->affiliated_by }} {{ $college->address }} |
From Date:{{ \Carbon\Carbon::parse($fromDate)->format('d-m-Y') }} To Date:{{ \Carbon\Carbon::parse($toDate)->format('d-m-Y') }} |
No data found
Student Name | Student Register Number | Exam Title | Total Mark | Acheived Mark | Result |
---|---|---|---|---|---|
{{ $issue->student->firstname ?? '' }} {{ $issue->student->lastname ?? '' }} | {{ $issue->student->register_no ?? '' }} | {{ $issue->exam->exam_title ?? '' }} | {{ $issue->total_mark ?? '' }} | {{ $issue->achieved_score ?? '' }} | {{ $issue->result_status == 'P' ? "Passed" : "Failed" ?? '' }} |