@extends('layouts.frontend.master') @section('title') Result Info | Sohag Computer Training Center @endsection @section('content') @foreach($resultS as $result)
}}/banner.jpg)
| 1 | Father's Name | {{ $result->father_name }} |
|---|---|---|
| 2 | Mother's Name | {{ $result->mother_name }} |
| 3 | Course Name | {{ $result->course_name }} |
| 4 | Batch | {{ $result->batch_name }} |
| 5 | Total Marks | {{ $result->total_marks }} |
| 6 | Obtained Marks | {{ $result->get_marks }} |
| 7 | CGPA | {{ $result->cgpa }} |
| 8 | GRADE | {{ $result->grade }} |