@extends('layouts.app') @section('content') @include('grades.form', ['route' => route('grades.update', $grade), 'method' => 'PUT']) @endsection