diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index 9448f8c39..a0fc65063 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -3,26 +3,17 @@ @section('content')
-
-
-
-

A Photo Sharing Experience For Everyone

-
- -
-
-
-
-
+
{{ __('Register a new account') }}
-
+ @csrf
+ @if ($errors->has('name')) @@ -35,6 +26,7 @@
+ @if ($errors->has('username')) @@ -47,6 +39,7 @@
+ @if ($errors->has('email')) @@ -59,6 +52,7 @@
+ @if ($errors->has('password')) @@ -71,9 +65,12 @@
+
+ +

By signing up, you agree to our Terms of Use and Privacy Policy.

@@ -82,7 +79,6 @@
-

By signing up, you agree to our Terms of Use and Privacy Policy.