From e5ecfa7bbfffd995cd8382f61a7e6e983f9b0e32 Mon Sep 17 00:00:00 2001 From: structix Date: Sat, 2 Jun 2018 01:16:54 +0200 Subject: [PATCH] Fix layout --- tippspiel/resources/views/tipp/create.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tippspiel/resources/views/tipp/create.blade.php b/tippspiel/resources/views/tipp/create.blade.php index 3e5e348..d05a266 100755 --- a/tippspiel/resources/views/tipp/create.blade.php +++ b/tippspiel/resources/views/tipp/create.blade.php @@ -17,6 +17,7 @@ {!! Form::open(['action' => 'PagesController@storeTipp']) !!} +
{!! Form::label('matchid', 'Match ID') !!} @@ -39,6 +40,7 @@
{!! Form::submit('Tipp absenden', ['class' => 'btn btn-primary']) !!}
+
{!! Form::close() !!}