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