@if (config('features.lang_switcher') && $gs->is_language == 1)
  • @endif @if ($gs->show_currency_values == 1) @php $top_first_curr = $curr; $top_curr = $scurrency; @endphp @if ($scurrency->id != 1)
  • {{ __('Currency Rate') }}: {{ $top_first_curr->sign . number_format($top_first_curr->value, $top_first_curr->decimal_digits, $top_first_curr->decimal_separator, $top_first_curr->thousands_separator) }} = {{ $top_curr->sign . ' ' . number_format($top_curr->value, $top_curr->decimal_digits, $top_curr->decimal_separator, $top_curr->thousands_separator) }}
  • @endif @endif @if (Auth::guard('admin')->check())
  • @endif
    @if (config('features.currency_switcher') && $gs->is_currency == 1)
  • @endif @if (config('features.productsListPdf')) @endif