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

Login Guru

{{-- Tombol Back ke Landing Page --}} ← Kembali ke Landing Page {{-- Alert Error --}} @if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@error('nip')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{-- Remember Me --}}
{{-- Script show/hide password --}} @endsection