Create Faculty Account

Manually add a new teacher to the system. A secure password will be generated automatically.

{{-- Error Validation Alerts --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Cancel