@forelse ($currencies as $key => $currency)
{{ $key + 1 }} |
{{ $currency->name }}
@if (config('templatecookie.currency') == $currency->code)
{{ __('default') }}
@endif
|
{{ $currency->code }} |
{{ $currency->symbol }} |
{{$currency->rate}} |
{{ ucfirst($currency->symbol_position) }} |
@if ($currency->code == 'USD')
@endif
@if ($currency->code != 'USD')
@endif
|
@empty
|
@endforelse