@props(['url', 'variant', 'title', 'value', 'icon', 'isFooter' => false, 'currency' => true])

{{ __($title) }}

@if ($currency) {{ gs('cur_sym') }}{{ showAmount($value, currencyFormat: false) }} {{ __(gs('cur_text')) }} @else {{ $value }} @endif
@if ($isFooter) @endif