/ Data Master /
Data Siswa
Biodata Siswa
@if (Session::has('sukses'))
@csrf
{{ Session::get('sukses') }}
@endif
@if (Session::has('gagal'))
{{ Session::get('gagal') }}
@endif
| NISN | @if ($errors->has('nisn')) {{ $errors->first('nisn') }} @endif | ||
|---|---|---|---|
| Nama Lengkap | @if ($errors->has('nama_lengkap')) {{ $errors->first('nama_lengkap') }} @endif | ||
| No Telp | @if ($errors->has('tlp')) {{ $errors->first('tlp') }} @endif | ||
| Tingkat | @if ($errors->has('tingkat')) {{ $errors->first('tingkat') }} @endif | ||
| Kelas | @if ($errors->has('kelas')) {{ $errors->first('kelas') }} @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 | Guru Pembimbing | @if ($errors->has('guru_pembimbing')) {{ $errors->first('guru_pembimbing') }} @endif |
| No Telp. Guru | @if ($errors->has('tlp_guru')) {{ $errors->first('tlp_guru') }} @endif | ||
| Batal |