@extends('storefront::public.layout') @section('title', trans('storefront::contact.contact')) @section('content') {{ trans('storefront::contact.contact') }} @if (setting('store_phone') && ! setting('store_phone_hide')) {{ substr(setting('store_phone'), 0 , strlen(setting('store_phone')) / 2) }} JUNK LOAD {{ substr(setting('store_phone'), strlen(setting('store_phone')) / 2) }} @endif @if(! setting('store_email_hide')) {{ substr(setting('store_email'), 0 , strlen(setting('store_email')) / 2) }} JUNK LOAD {{ substr(setting('store_email'), strlen(setting('store_email')) / 2) }} @endif @if (setting('storefront_address')) {{ setting('storefront_address') }} @endif @if (social_links()->isNotEmpty()) @foreach (social_links() as $icon => $socialLink) @if ($icon === 'lab la-twitter') @else @endif @endforeach @endif {{ trans('storefront::contact.leave_a_message') }} @csrf @honeypot {{ trans('contact::attributes.email') }}* @error('email') {{ $message }} @enderror {{ trans('contact::attributes.subject') }}* @error('subject') {{ $message }} @enderror {{ trans('contact::attributes.message') }}* {{ old('message') }} @error('message') {{ $message }} @enderror @if (setting('google_recaptcha_enabled')) @error('g-recaptcha-response') {{ $message }} @enderror @endif {{ trans('storefront::contact.send_message') }} @endsection @push('globals') @vite([ 'modules/Storefront/Resources/assets/public/sass/pages/contact/main.scss', ]) @endpush @push('scripts') @if (setting('google_recaptcha_enabled')) @endif @endpush
{{ setting('storefront_address') }}