@if(get_setting('last_viewed_product_activation') == 1 && Auth::check() && auth()->user()->user_type == 'customer')
@php $lastViewedProducts = getLastViewedProducts(); @endphp @if (count($lastViewedProducts) > 0)

{{ translate('Last Viewed Products') }}

@endif
@endif @if (get_setting('footer_title') != null || get_setting('footer_description') != null)

{{ get_setting('footer_title',null, $system_language->code) }}

{!! nl2br(get_setting('footer_description',null, $system_language->code)) !!}

@endif
@php $col_values = ((get_setting('vendor_system_activation') == 1) || addon_is_activated('delivery_boy')) ? "col-lg-3 col-md-6 col-sm-6" : "col-md-4 col-sm-6"; @endphp
@if (Auth::check() && auth()->user()->user_type == 'customer') @php $count = count(get_user_cart()); @endphp @endif
@if (Auth::check() && auth()->user()->user_type == 'customer') @endif