@foreach($cards as $title => $value)
{{ $title }}
{{ number_format($value, 2, '.', ' ') }} USD
~{{ number_format($value / $plnRate, 2, '.', ' ') }} PLN
@endforeach