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

SIGN IN GURU

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{-- NIP --}}
{{-- Password --}}
{{-- Remember --}}
← Kembali ke Landing Page
@endsection