This commit is contained in:
Cüneyt Şentürk
2022-10-05 10:09:10 +03:00
parent 4e6988373c
commit 38c6ccd9c7
10 changed files with 46 additions and 46 deletions

View File

@ -66,7 +66,7 @@
<x-index.disable text="{{ trans_choice('general.currencies', 1) }}" />
@endif
@if ($item->code == setting("default.currency"))
@if ($item->code == default_currency())
<x-index.default text="{{ trans('currencies.default') }}" />
@endif
</x-slot>