{!! BaseHelper::googleFonts('https://fonts.googleapis.com/css2?family=' . urlencode(theme_option('secondary_font', 'Noto Sans')) . ':wght@400;700&family=' . urlencode(theme_option('primary_font', 'Chivo')) . ':wght@400;700&display=swap') !!} {!! Theme::header() !!} @php $customer = auth('customer')->user(); $customerType = $customer->customer_type ?? null; @endphp {!! apply_filters(THEME_FRONT_BODY, null) !!} {!! Theme::partial('preloader') !!} @if(theme_option('header_top_enabled', 1)) {!! Theme::partial('header-top') !!} @endif
@if(!auth('customer')->check() || auth('customer')->user()->customer_type !== '1')
@endif