{{ setting('application_name') }}

{{ setting('address') }}

@if ($data['resultData'])

Class (Section) : {{$data['resultData'][0]->student->session_class_student->class->name}} ({{$data['resultData'][0]->student->session_class_student->section->name}})

@endif
@foreach ($data['resultData'] as $key=>$item) @endforeach
{{___('common.#')}} {{___('common.Student Name')}} {{___('common.Admission Id')}} {{___('common.Position')}} {{___('common.Result')}} {{___('common.Point')}} {{___('common.Grade')}} {{___('common.Total Mark')}}
{{ ++$key }} {{ @$item->student->first_name }} {{ @$item->student->last_name }} {{ @$item->student->admission_no }} {{ @$item->position }} {{ @$item->result }} {{ @$item->grade_point }} {{ @$item->grade_name }} {{ @$item->total_marks }}