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