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