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