diff --git a/tippspiel/resources/views/dashboard.blade.php b/tippspiel/resources/views/dashboard.blade.php index cc3df8c..a009178 100644 --- a/tippspiel/resources/views/dashboard.blade.php +++ b/tippspiel/resources/views/dashboard.blade.php @@ -46,8 +46,8 @@ @if($tipps->where('matchid', $match->id)->pluck('resulta')->first() == null) - {!! Form::model($match, ['method' => 'GET', 'action' => ['PagesController@createTipp', $match->id]] !!} - {!! Form::close() !!} @endif