@php $currencies = get_all_currencies(); $supportedLocales = Language::getSupportedLocales(); if (empty($options)) { $options = [ 'before' => '', 'lang_flag' => true, 'lang_name' => true, 'class' => '', 'after' => '', ]; } @endphp