@extends('layouts.application')
@section('content')
@include('teachers.form', ['route' => route('teachers.store'), 'method' => 'POST'])
@endsection