@if(moduleExists('CurrencySwitcher')) @php $currency_list = \Modules\CurrencySwitcher\App\Models\SelectedCurrencyList::where('status',1)->get(); $userCurrency = Session::get('user_current_currency') ?? get_currency_according_to_user(); @endphp
@endif