diff --git a/resources/views/vendor/tablar/auth/login.blade.php b/resources/views/vendor/tablar/auth/login.blade.php index ce6ddbc..05ffb03 100644 --- a/resources/views/vendor/tablar/auth/login.blade.php +++ b/resources/views/vendor/tablar/auth/login.blade.php @@ -10,6 +10,19 @@

Login to your account

+ + @if (session('status')) + + @endif + + @if (session('error')) + + @endif +
@csrf
@@ -62,28 +75,16 @@
or
diff --git a/resources/views/vendor/tablar/auth/register.blade.php b/resources/views/vendor/tablar/auth/register.blade.php index c2e59ac..d178f8c 100644 --- a/resources/views/vendor/tablar/auth/register.blade.php +++ b/resources/views/vendor/tablar/auth/register.blade.php @@ -76,6 +76,21 @@
+
or
+
+
+ +
+
Already have account? Sign in