@extends('layouts.app') @section('content')

Create New Student

@csrf
Select an existing active user with student role
@error('user_id')
{{ $message }}
@enderror
@error('national_id')
{{ $message }}
@enderror
@error('father_name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('institute_id')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
Back
@endsection