6
0
Fork 0
base
panliang 2022-07-11 14:13:01 +08:00
parent 24fc31c025
commit 7abea021bd
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
</div> </div>
@else @else
<div class="list-group-item"> <div class="list-group-item">
{{ $item }} {{ \App\Models\Coupon::where('id', $item)->value('name') }}
<span class="badge bg-primary">1</span>
</div> </div>
@endif @endif
@endforeach @endforeach