This commit is contained in:
hackerESQ
2024-08-26 22:13:00 -05:00
parent 65817157c2
commit 10b6c7cda2
6 changed files with 60 additions and 14 deletions
@@ -0,0 +1,17 @@
<span
class=""
style="width:90em;overflow: hidden; white-space: nowrap;"
title="{{ Number::currency($low) }} - {{ Number::currency($high) }}"
>
@for ($x = 0; $x < 10; $x++)
@if ((($current - $low) * 100) / ($high - $low) > ($x * 10))
&#9679;
@else
&#9675;
@endif
@endfor
</span>