Button caption

This commit is contained in:
2018-06-02 01:53:24 +02:00
parent a7fdd5323b
commit dffc4e9b16

View File

@@ -45,7 +45,7 @@
@if($tipps->where('matchid', $match->id)->pluck('resulta')->first() == null)
<!-- Edit -->
{!! Form::model($match, ['method' => 'GET', 'action' => ['PagesController@createTipp', $match->id], 'style' => 'display:inline-block;']) !!}
<button class="btn btn-primary" type="submit">Tipp!<button>
<button class="btn btn-primary" type="submit">Tipp<button>
{!! Form::close() !!}
@endif
</td>