CourseWork/resources/views/grades/create.blade.php

6 lines
149 B
PHP
Raw Permalink Normal View History

2024-06-16 00:41:31 +04:00
@extends('layouts.application')
2024-04-16 13:27:51 +04:00
@section('content')
@include('grades.form', ['route' => route('grades.store'), 'method' => 'POST'])
@endsection