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