@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
{{-- Script show/hide password --}}
@endsection