@extends('layouts.public') @section('title', 'Login — Undangan Digital') @section('hide_footer', true) @push('styles') @endpush @section('content')
Selamat datang

Login

Masuk sebagai admin atau klien undangan.

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
Demo admin: admin@undangan.test / password
Demo klien: klien@undangan.test / password
@endsection