@if (is_plugin_active('language'))
{!! $languages = apply_filters('language_switcher') !!}
@endif
@if (is_plugin_active('real-estate'))
@php $currencies = get_all_currencies(); @endphp
@if (count($currencies) > 1)
@endif
@endif
{{ get_application_currency()->title }}
-
@foreach ($currencies as $currency)
- id) class="active" @endif>{{ $currency->title }} @endforeach