@extends('layouts.master') @section('title') {{ __('manage') . ' ' . __('exam_result') }} @endsection @section('content')
{{ __('id') }} | {{ __('no.') }} | {{ __('students').' '.__('name') }} | {{ __('total_marks') }} | {{ __('obtained_marks') }} | {{ __('percentage') }} | {{ __('grade') }} | {{ __('created_at') }} | {{ __('updated_at') }} | @can('exam-result-edit'){{ __('action') }} | @endcan
---|