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