@extends('layouts.auth') @section('title', 'Login Admin') @section('content') SIGN IN ADMIN {{-- Toast Notifikasi Error --}} @if ($errors->any()) {{ $errors->first() }} @endif @csrf {{-- Username --}} {{-- Password --}} {{-- Tombol show/hide pakai SVG --}} {{-- Remember Me --}} Remember me SIGN IN ← Kembali ke Landing Page {{-- SCRIPT INTERAKTIF --}} @endsection