@extends('layouts.master') @section('title') {{ __('manage') . ' ' . __('exam_result') }} @endsection @section('content')
@csrf
{{ __('id') }} {{ __('no.') }} {{ __('students').' '.__('name') }} {{ __('total_marks').' '. __('name') }} {{ __('obtained_marks') }} {{ __('percentage') }} {{ __('grade') }} {{ __('session_years') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection @section('script') @endsection