@extends('layouts.auth') @section('title', 'Login Siswa') @section('content') SIGN IN SISWA {{-- Toast Notifikasi Error --}} @if ($errors->any()) {{ $errors->first() }} @endif @csrf {{-- NISN --}} {{-- Password --}} {{-- Remember Me --}} Remember me SIGN IN ← Kembali ke Landing Page @endsection