Server IP : 66.29.132.124 / Your IP : 3.146.107.152 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/modules/Core/Views/frontend/ |
Upload File : |
@php $actives = \App\Currency::getActiveCurrency(); $current = \App\Currency::getCurrent('currency_main'); @endphp {{--Multi Language--}} @if(!empty($actives) and count($actives) > 1) <li class="dropdown"> @foreach($actives as $currency) @if($current == $currency['currency_main']) <a href="#" data-toggle="dropdown" class="is_login"> {{strtoupper($currency['currency_main'])}} <i class="fa fa-angle-down"></i> </a> @endif @endforeach <ul class="dropdown-menu text-left width-auto"> @foreach($actives as $currency) @if($current != $currency['currency_main']) <li> <a href="{{get_currency_switcher_url($currency['currency_main'])}}" class="is_login"> {{strtoupper($currency['currency_main'])}} </a> </li> @endif @endforeach </ul> </li> @endif {{--End Multi language--}}