@extends('layouts.auth') @section('title', 'Login Guru') @section('content') SIGN IN GURU @if ($errors->any()) {{ $errors->first() }} @endif @csrf {{-- NIP --}} {{-- Password --}} {{-- Remember --}} Remember me SIGN IN ← Kembali ke Landing Page @endsection