2024-06-16 00:41:31 +04:00
|
|
|
@extends('layouts.application')
|
2024-04-23 14:52:49 +04:00
|
|
|
|
|
|
|
@section('content')
|
2024-05-06 17:47:25 +04:00
|
|
|
@include('students.form', ['route' => route('students.update', $student), 'method' => 'PUT'])
|
2024-04-23 14:52:49 +04:00
|
|
|
@endsection
|