diff --git a/public/favicon.ico b/public/favicon.ico
index 236fadb..b9fea25 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/favicon.svg b/public/favicon.svg
deleted file mode 100644
index e4e710e..0000000
--- a/public/favicon.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/public/images/4238287.jpg b/public/images/4238287.jpg
new file mode 100644
index 0000000..3fe69fd
Binary files /dev/null and b/public/images/4238287.jpg differ
diff --git a/public/images/logo.png b/public/images/logo.png
new file mode 100644
index 0000000..d05e7d3
Binary files /dev/null and b/public/images/logo.png differ
diff --git a/resources/views/components/auth-header.blade.php b/resources/views/components/auth-header.blade.php
index 9d38db4..818b5f7 100644
--- a/resources/views/components/auth-header.blade.php
+++ b/resources/views/components/auth-header.blade.php
@@ -3,7 +3,7 @@
'description',
])
-
+
{{ $title }}
{{ $description }}
diff --git a/resources/views/components/dashboard-sidebar.blade.php b/resources/views/components/dashboard-sidebar.blade.php
index 3cf1f18..086999e 100644
--- a/resources/views/components/dashboard-sidebar.blade.php
+++ b/resources/views/components/dashboard-sidebar.blade.php
@@ -148,12 +148,12 @@ class="relative flex flex-col h-screen bg-white border-r border-gray-100
href="{{ route('dashboard') }}"
wire:navigate
class="shrink-0 flex items-center justify-center w-8 h-8
- rounded-lg bg-blue-600 text-gray-50
- shadow-sm focus-visible:outline-none
+ rounded-lg
+ focus-visible:outline-none
focus-visible:ring-2 focus-visible:ring-cyan-400"
aria-label="Go to dashboard"
>
-
+
+
{{ $slot }}
-
+
diff --git a/resources/views/layouts/auth/split-floating.blade.php b/resources/views/layouts/auth/split-floating.blade.php
new file mode 100644
index 0000000..64b433f
--- /dev/null
+++ b/resources/views/layouts/auth/split-floating.blade.php
@@ -0,0 +1,17 @@
+
+
+
+ @include('partials.head')
+
+
+
+ {{ $slot }}
+ @persist('mary-toaster')
+
+ @endpersist
+
+@livewireScripts
+
+
diff --git a/resources/views/livewire/auth/login.blade.php b/resources/views/livewire/auth/login.blade.php
index 6396ecf..c1f28be 100644
--- a/resources/views/livewire/auth/login.blade.php
+++ b/resources/views/livewire/auth/login.blade.php
@@ -1,63 +1,79 @@
-
-
+
+
+
+
Welcome Back !
+
+
Login to account and continue to
+
{{config('app.name')}}
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
- @if (Route::has('register'))
-
-
{{ __('Don\'t have an account?') }}
-
{{ __('Sign up') }}
-
- @endif
+
+
+ {{ __('Log in') }}
+
+
+
+
+ @if (Route::has('register'))
+
+
{{ __('Don\'t have an account?') }}
+
{{ __('Sign up') }}
+
+ @endif
+
diff --git a/resources/views/livewire/auth/register.blade.php b/resources/views/livewire/auth/register.blade.php
index dea1691..ce44de6 100644
--- a/resources/views/livewire/auth/register.blade.php
+++ b/resources/views/livewire/auth/register.blade.php
@@ -1,70 +1,82 @@
-