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

SIGN IN ADMIN

{{-- Toast Notifikasi Error --}} @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{-- Username --}}
Username icon
{{-- Password --}}
Password icon {{-- Tombol show/hide pakai SVG --}}
{{-- Remember Me --}}
← Kembali ke Landing Page
{{-- SCRIPT INTERAKTIF --}} @endsection