wip
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<ul style="list-style: none;">
|
||||
@foreach($datas as $data)
|
||||
<li>
|
||||
<div style="display: flex; justify-content: center;align-content: center;align-items: center;">
|
||||
<img src="{{ './storage/'.$data['image'] }}" style="width: 100%;max-width: 380px;" alt="">
|
||||
<span style="margin-left: 20px;">Sany: {{ $data['quantity'] }}</span>
|
||||
</div>
|
||||
</li>
|
||||
<hr />
|
||||
@endforeach
|
||||
</ul>
|
||||
Reference in New Issue
Block a user