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