REGISTRASI
APLIKASI
SPW
@csrf
NISN @if ($errors->has('nisn'))
{{ $errors->first('nisn') }}
@endif
Nama Lengkap @if ($errors->has('nama_lengkap'))
{{ $errors->first('nama_lengkap') }}
@endif
Telp @if ($errors->has('tlp'))
{{ $errors->first('tlp') }}
@endif
Foto @if ($errors->has('foto'))
{{ $errors->first('foto') }}
@endif
Tingkat @if ($errors->has('tingkat'))
{{ $errors->first('tingkat') }}
@endif
Pilih Tingkat
X
XI
XII
Jurusan/Kelas @if ($errors->has('kelas'))
{{ $errors->first('kelas') }}
@endif
* Contoh : Multimedia - A
Kata Sandi @if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Konfirmasi kata sandi baru @if ($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
Guru Pembimbing @if ($errors->has('guru_pembimbing'))
{{ $errors->first('guru_pembimbing') }}
@endif
Telp Guru Pembimbing @if ($errors->has('tlp_guru'))
{{ $errors->first('tlp_guru') }}
@endif
NPSN @if ($errors->has('npsn'))
{{ $errors->first('npsn') }}
@endif
Nama Sekolah @if ($errors->has('nama_sekolah'))
{{ $errors->first('nama_sekolah') }}
@endif
Alamat Sekolah @if ($errors->has('alamat'))
{{ $errors->first('alamat') }}
@endif
{{ old('alamat') }}
Sudah memiliki Akun?
Login