diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index 937d03be..0b2cdee2 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -1,89 +1,83 @@ @extends('layouts.app') -@section('title','Neuer Benutzer'); +@section('title','Neuer Benutzer') @section('content') -
-
-
Register
-
-
- {{ csrf_field() }} +

Register

+ + {{ csrf_field() }} -
- +
+ -
- +
+ - @if ($errors->has('name')) - - {{ $errors->first('name') }} - - @endif -
-
- -
- - -
- - - @if ($errors->has('email')) - - {{ $errors->first('email') }} - - @endif -
-
- -
- - -
- - - @if ($errors->has('password')) - - {{ $errors->first('password') }} - - @endif -
-
- -
- - -
- -
-
- -
- - -
- -
-
- -
- - -
- -
-
- -
-
- -
-
- -
+ @if ($errors->has('name')) + + {{ $errors->first('name') }} + + @endif +
-
+ +
+ + +
+ + + @if ($errors->has('email')) + + {{ $errors->first('email') }} + + @endif +
+
+ +
+ + +
+ + + @if ($errors->has('password')) + + {{ $errors->first('password') }} + + @endif +
+
+ +
+ + +
+ +
+
+ +
+ + +
+ +
+
+ +
+ + +
+ +
+
+ +
+
+ +
+
+ @endsection