@extends('layout.headersiswa') @section('content')

 / Data Master / 

Data Siswa

Biodata Siswa @if (Session::has('sukses'))
{{ Session::get('sukses') }}
@endif @if (Session::has('gagal'))
{{ Session::get('gagal') }}
@endif
@csrf

@if ($errors->has('foto')) {{ $errors->first('foto') }} @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
@endsection