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