@if( !empty(setting('_site.site_lite_logo')) ) {{ __('general.logo') }} @else {{ __('general.logo') }} @endif @if(!empty(setting('_site.footer_text')))

{!! nl2br(setting('_site.footer_text')) !!}

@endif @if(!empty(setting('_site.footer_apps_heading')) || !empty(setting('_site.android_app_logo')) || !empty(setting('_site.android_app_url')))
@if(!empty(setting('_site.footer_apps_heading')))

{!! setting('_site.footer_apps_heading') !!}

@endif
    @if(!empty(setting('_site.android_app_logo')))
  • {{__('pages.app_store_alt')}}
  • @endif @if(!empty(setting('_site.ios_app_logo')))
  • {{__('pages.play_store_alt')}}
  • @endif
@endif
@if(!empty($categories))
@if(!empty(setting('_site.footer_categories_heading')))
{!! setting('_site.footer_categories_heading') !!}
@endif
    @foreach($categories as $index => $category) @if($index > 8)
  • {{__('pages.show_all')}}
  • @endif @php if($index > 8){ break; } @endphp
  • {{$category->name}}
  • @endforeach
@endif
@if(!empty(setting('_site.footer-contact-heading')))
{!! setting('_site.footer-contact-heading') !!}
@endif @if(!empty(setting('_contact.phone')) || !empty(setting('_contact.email')) || !empty(setting('_contact.whatsapp')) || !empty(setting('_contact.fax')) )
    @if(!empty(setting('_contact.phone')))
  • {{setting('_contact.phone')}} @if(!empty(setting('_contact.phone_call_availability'))) {!! setting('_contact.phone_call_availability') !!} @endif
  • @endif @if(!empty(setting('_contact.email')))
  • {!! setting('_contact.email') !!}
  • @endif @if(!empty(setting('_contact.fax')))
  • {!! setting('_contact.fax') !!}
  • @endif @if(!empty(setting('_contact.whatsapp')))
  • {!! setting('_contact.whatsapp') !!} @if(!empty(setting('_contact.whatsapp_call_availability'))) {!! setting('_contact.whatsapp_call_availability') !!} @endif
  • @endif
@endif
@if( !empty($footer_menu) && $footer_menu->count() > 0 )
    @foreach( $footer_menu as $menu)
  • {!! ucfirst($menu->label) !!}
  • @endforeach
@endif {{ __('general.copy_right_text').' '. date('Y')}}
@if(!empty(setting('_social.facebook')) || !empty(setting('_social.twitter')) || !empty(setting('_social.linkedin')) || !empty(setting('_social.dribbble')))
    @if(!empty(setting('_social.facebook')))
  • @endif @if(!empty(setting('_social.twitter')))
  • @endif @if(!empty(setting('_social.linkedin')))
  • @endif @if(!empty(setting('_social.dribbble')))
  • @endif
@endif