current score
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div class="card-header">Dashboard</div>
|
||||
|
||||
<div class="card-body">
|
||||
Ihr momentaner Punktestand: {!! ($temp = $tipps->sum('score')) ? $temp : '0' !!}
|
||||
Ihr momentaner Punktestand: {!! ($temp = $tipps->sum('score')) ? $temp : '-' !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user