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() !!}