@extends('layouts.application')
@section('content')
@include('grades.form', ['route' => route('grades.store'), 'method' => 'POST'])
@endsection