From 13b56a7814b8fe58758676bff5370d4c8c55ffe2 Mon Sep 17 00:00:00 2001 From: structix Date: Wed, 6 Jun 2018 22:04:27 +0200 Subject: [PATCH] Container around createTipp --- 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 d05a266..e445743 100755 --- a/tippspiel/resources/views/tipp/create.blade.php +++ b/tippspiel/resources/views/tipp/create.blade.php @@ -14,6 +14,7 @@ @endif +
{!! Form::open(['action' => 'PagesController@storeTipp']) !!} @@ -44,4 +45,5 @@ {!! Form::close() !!} +
@endsection