@extends('layouts.master') @section('title') {{ __('exam') . ' ' . __('reports') }} @endsection @section('content')
| {{ __('id') }} | {{ __('no.') }} | {{ __('students') . ' ' . __('name') }} | {{ __('total_marks') }} | {{ __('obtained_marks') }} | {{ __('percentage') }} | {{ __('grade') }} | {{ __('class_rank') }} | {{ __('class_section_rank') }} | @can('exam-result-edit'){{ __('action') }} | @endcan
|---|---|---|---|---|---|---|---|---|---|
| {{ __('id') }} | {{ __('no.') }} | {{ __('students') . ' ' . __('name') }} | {{ __('total_marks') }} | {{ __('obtained_marks') }} | {{ __('percentage') }} | {{ __('grade') }} | {{ __('rank') }} | @can('exam-result-edit'){{ __('action') }} | @endcan|
| {{ __('class') }} | {{ __('class_section') }} | ||||||||