{{-- --}} @vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- Brand --}}

House of

Saraswati.

Admin Panel

{{-- Card --}}

Masuk ke Dashboard

{{-- Error message --}} @if (session('error'))
{{ session('error') }}
@endif {{-- Too many attempts --}} @if ($errors->has('throttle'))
{{ $errors->first('throttle') }}
@endif
@csrf {{-- Email --}}
@error('email')

{{ $message }}

@enderror
{{-- Password --}}
{{-- Toggle show/hide password --}}
@error('password')

{{ $message }}

@enderror
{{-- Submit --}}
{{-- Footer --}}

© {{ date('Y') }} House of Saraswati. All rights reserved.