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

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

{!! nl2br(get_setting('footer_description',null, get_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
@php $cart = get_user_cart(); @endphp @php $count = (isset($cart) && count($cart)) ? count($cart) : 0; @endphp
@if (Auth::check() && !isAdmin()) @endif