/home/techb158/immovalet.com/platform/themes/shopwise/partials
NameSizeModeActions
shortcodes/-0755rm
breadcrumbs.blade.php7750644editdlrm
cart.blade.php36570644editdlrm
comments.blade.php1430644editdlrm
facebook-integration.blade.php11750644editdlrm
flash-sale-product.blade.php28870644editdlrm
footer.blade.php65570644editdlrm
header.blade.php191360644editdlrm
icons-field.blade.php6560644editdlrm
menu.blade.php10650644editdlrm
product-category-fields.blade.php1950644editdlrm
product-item-grid.blade.php43320644editdlrm
product-item.blade.php64720644editdlrm
quick-view.blade.php75950644editdlrm
sub-menu.blade.php10040644editdlrm
Edit: /home/techb158/immovalet.com/platform/themes/shopwise/partials/header.blade.php (19136B)
{!! Theme::header() !!} @if (theme_option('preloader_enabled', 'no') == 'yes')
@endif
@if (is_plugin_active('newsletter') && theme_option('enable_newsletter_popup', 'yes') === 'yes')
@endif @php if (is_plugin_active('ecommerce')) { $categories = get_product_categories(['status' => \Botble\Base\Enums\BaseStatusEnum::PUBLISHED], ['slugable', 'children', 'children.slugable', 'icon'], [], true); } else { $categories = []; } @endphp
  • {{ theme_option('hotline') }}
@if (is_plugin_active('ecommerce')) @php $currencies = get_all_currencies(); @endphp @if (count($currencies) > 1)
{{ __('Currency') }}: @foreach ($currencies as $currency) id) class="active" @endif>{{ $currency->title }}  @endforeach
@endif @endif