This commit is contained in:
Cüneyt Şentürk
2022-06-23 15:30:41 +03:00
parent a5990aa95e
commit 9d21351fae
4 changed files with 26 additions and 9 deletions

View File

@@ -5,7 +5,10 @@
@foreach($currencies as $item)
<li class="flex justify-between">
{{ $item->name }}
<span class="font-medium">{{ $item->rate }}</span>
<span class="font-medium">
{{ $item->rate }}
</span>
</li>
@endforeach
</ul>