This commit is contained in:
2025-09-25 03:03:31 +05:00
commit ae480cf2f6
2768 changed files with 1485826 additions and 0 deletions

View File

@@ -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>