From 176413093ba708fd8030cfee64a8488584bb8850 Mon Sep 17 00:00:00 2001 From: Gunawan19621 Date: Tue, 5 Dec 2023 21:37:11 +0700 Subject: [PATCH] update icon header website --- resources/views/auth/login.blade.php | 1 + resources/views/auth/register.blade.php | 3 ++- resources/views/layouts/main.blade.php | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 07b8e61..d682ef5 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -8,6 +8,7 @@ + Login SIOPAS diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index b6965dc..0f5b46f 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -8,6 +8,7 @@ + Register SIOPAS @@ -97,7 +98,7 @@ Register Account
- +
Already have an account? Login!
diff --git a/resources/views/layouts/main.blade.php b/resources/views/layouts/main.blade.php index 9f29345..276b776 100644 --- a/resources/views/layouts/main.blade.php +++ b/resources/views/layouts/main.blade.php @@ -7,6 +7,7 @@ + SIOPAS - Dashboard @include('layouts.link')