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

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

@csrf
@endsection @section('script') @endsection