@extends('student.app') @section('title', __('student.create_student')) @section('content') @include('components.errors')
@lang('student.create_student')
@csrf
{{-- row 2 --}}
{{-- row 3 --}}
{{-- row 4 --}}
{{-- row 5 --}}
@lang('student.back')
@endsection