@extends('layouts.master') @section('title') {{ __('exam_marks') }} @endsection @section('content')

{{ __('create') . ' ' . __('exam_marks') }}

@csrf
@if(isset($exams)) @else @endif
{{-- --}}
{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('total_marks') }} {{ __('obtained_marks') }}{{ __('teacher_review') }}
@endsection @section('script') @endsection