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