@extends('layouts.auth') @section('title', 'Login Siswa') @section('content')

SIGN IN SISWA

{{-- Toast Notifikasi Error --}} @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{-- NISN --}}
NISN icon
{{-- Password --}}
Password icon
{{-- Remember Me --}}
← Kembali ke Landing Page
@endsection