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