@extends('index') @section('content')
{{ csrf_field() }}

Tambah Siswa

@if ($errors->has('code'))

{{ $errors->first('code') }}

@endif
@if ($errors->has('nisn'))

{{ $errors->first('nisn') }}

@endif
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('phone'))

{{ $errors->first('phone') }}

@endif
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('gender'))

{{ $errors->first('gender') }}

@endif
@if ($errors->has('birthplace'))

{{ $errors->first('birthplace') }}

@endif
@if ($errors->has('birthdate'))

{{ $errors->first('birthdate') }}

@endif
@if ($errors->has('image'))

{{ $errors->first('image') }}

@endif
@if ($errors->has('eskul'))

{{ $errors->first('eskul') }}

@endif
@if ($errors->has('address'))

{{ $errors->first('address') }}

@endif
@if ($errors->has('parent'))

{{ $errors->first('parent') }}

@endif
@if ($errors->has('year'))

{{ $errors->first('year') }}

@endif
@if ($errors->has('classroom'))

{{ $errors->first('classroom') }}

@endif
@endsection @push('script') @endpush