agent
parent
24fc31c025
commit
7abea021bd
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue