@extends('layouts.app') @section('title', __('Contact Us')) @section('content')

{{ __('Contact Us') }}

{{ __('We\'d love to hear from you. Get in touch with our team for any questions, feedback, or support you need.') }}

{{ __('Response Time') }}
{{ __('Within 24 hours') }}
{{ __('Support Hours') }}
{{ __('24/7 Customer Support') }}

{{ __('Send us a Message') }}

@csrf

{{ __('Get in Touch') }}

{{ __('Our Address') }}

{{ __('123 Business District') }}
{{ __('Jeddah, Saudi Arabia') }}
{{ __('21577') }}

{{ __('Phone Number') }}

+966 12 345 6789

{{ __('Email Address') }}

info@yourstore.com
support@yourstore.com

{{ __('Business Hours') }}

{{ __('Sunday - Thursday: 9:00 AM - 6:00 PM') }}
{{ __('Friday - Saturday: 10:00 AM - 4:00 PM') }}

{{ __('Follow Us') }}

{{ __('Frequently Asked Questions') }}

{{ __('Quick answers to common questions') }}

{{ __('We offer standard shipping (3-5 business days) and express shipping (1-2 business days). Delivery times may vary depending on your location and product availability.') }}

{{ __('We offer a 30-day return policy for most items. Products must be in original condition with tags attached. Some restrictions apply to certain product categories.') }}

{{ __('Currently, we ship within Saudi Arabia and select GCC countries. We are working on expanding our shipping coverage to more international destinations.') }}

{{ __('Once your order ships, you\'ll receive a tracking number via email. You can also track your order by logging into your account and viewing your order history.') }}
{{ __('Interactive Map') }}

{{ __('Map integration coming soon') }}

@endsection @push('styles') @endpush @push('scripts') @endpush