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