@extends('frontendLayout') @section('frontend_layout') @push('frontend_css') @endpush
{{ data_get($contactData ?? [], 'subtitle', 'We would love to hear from you. Get in touch with us anytime.') }}
Shop Name: {{ data_get($contactData ?? [], 'shop_name', 'ShopSphere') }}
Location: {{ data_get($contactData ?? [], 'address', 'Bangladesh') }}
Phone: {{ data_get($contactData ?? [], 'phone', '+880 1XXXXXXXXX') }}
Email: {{ data_get($contactData ?? [], 'email', 'support@shopsphere.com') }}
Working Hours: {{ data_get($contactData ?? [], 'working_hours', '10:00 AM - 9:00 PM') }}
{{ data_get($contactData ?? [], 'intro', 'Feel free to contact us for inquiries, support, or feedback. Our team will get back to you as soon as possible.') }}