@extends('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) @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 @captcha @error('captcha') {{ $message }} @enderror {{ trans('storefront::contact.send_message') }} @endsection @push('scripts') @endpush