@if($generalSetting->footer_logo != null) {{ env('APP_NAME') }} @elseif($generalSetting->logo != null) {{ env('APP_NAME') }} @else {{ env('APP_NAME') }} @endif

{{ $generalSetting->description }}

@csrf

{{ translate('MORE LINKS') }}

  • {{ translate('Privacy Policy') }}
  • {{ translate('Return and Cancellations') }}
  • {{ translate('Terms and Conditions') }}
  • {{ translate('Online Store Enquiry') }}
  • {{ translate('Career') }}

{{ translate('Useful Link') }}

    @if(! empty($links)) @foreach ($links as $key => $link)
  • {{ $link->name }}
  • @endforeach @endif
  • Shipping & Delivery Policy
  • Gift Catalog

{{ translate('My Account') }}

    @if (Auth::check())
  • {{ translate('Logout') }}
  • @else
  • {{ translate('Login') }}
  • @endif
  • {{ translate('Order History') }}
  • {{ translate('My Wishlist') }}
  • {{ translate('Track Order') }}
  • {{ translate('Request Account Deletion') }}
  • @if ($addons->where('unique_identifier', 'affiliate_system')->first() != null && $addons->where('unique_identifier', 'affiliate_system')->first()->activated)
  • {{ translate('Be an affiliate partner')}}
  • @endif
@if ($business->where('type', 'vendor_system_activation')->first()->value == 1)

{{ translate('Be a Seller') }}

{{ translate('Register Now') }}
@endif
  • © {{ date('Y') }} {{ 'KVIO Ventures Private Limited' }} {{-- $generalSetting->site_name --}}
    @if ($generalSetting->facebook != null)
  • @endif @if ($generalSetting->instagram != null)
  • @endif @if ($generalSetting->twitter != null)
  • @endif @if ($generalSetting->youtube != null)
  • @endif @if ($generalSetting->google_plus != null)
  • @endif
{{ env('APP_NAME') }} {{ env('APP_NAME') }}