6 lines
153 B
PHP
Raw Permalink Normal View History

2024-06-16 00:41:31 +04:00
@extends('layouts.application')
2024-04-23 14:52:49 +04:00
@section('content')
@include('students.form', ['route' => route('students.store'), 'method' => 'POST'])
@endsection