@php $cur_count = count($currencies); $cls_dd = ($cur_count >= 6) ? '' : (($cur_count > 3) ? ' dropdown-menu-xs' : ' dropdown-menu-xxs'); $cls_ul = ($cur_count >= 6) ? ' li-col3x' : (($cur_count > 3) ? ' li-col2x' : ''); $accounts = $accounts ?? collect([]); $default = data_get($accounts->first(), 'config.currency', ''); @endphp
{{ __(data_get($method, 'desc')) }}