@if($logo = \App\Models\Setting::get('logo')) {{ config('app.name') }} @else {{ config('app.name', 'Store') }} @endif

{{ \App\Models\Setting::get('footer_text', 'Your trusted online shopping destination.') }}

@if($facebook = \App\Models\Setting::get('facebook')) @endif @if($instagram = \App\Models\Setting::get('instagram')) @endif @if($youtube = \App\Models\Setting::get('youtube')) @endif

Quick Links

  • Home
  • Shop
  • Blog
  • Contact Us
  • About Us

Customer Service

    @auth('customer')
  • My Account
  • Order History
  • Wishlist
  • @endauth
  • Privacy Policy
  • Terms & Conditions
  • Return Policy

Contact Us

    @if($address = \App\Models\Setting::get('address'))
  • {{ $address }}
  • @endif @if($phone = \App\Models\Setting::get('phone'))
  • {{ $phone }}
  • @endif @if($email = \App\Models\Setting::get('email'))
  • {{ $email }}
  • @endif @if($hours = \App\Models\Setting::get('business_hours'))
  • {{ $hours }}
  • @endif

© {{ date('Y') }} {{ config('app.name', 'Store') }}. All rights reserved.

Payment Methods