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

Tambah Siswa

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

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

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

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

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

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

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