@extends('public.layout') @section('title', trans('storefront::contact.contact')) @section('content')

{{ trans('storefront::contact.contact') }}

    @if (setting('store_phone') && ! setting('store_phone_hide'))
  • {{ setting('store_phone') }}
  • @endif @if(! setting('store_email_hide'))
  • {{ setting('store_email') }}
  • @endif @if (setting('storefront_address'))
  • {{ setting('storefront_address') }}
  • @endif
@if (social_links()->isNotEmpty()) @endif

{{ trans('storefront::contact.leave_a_message') }}

@csrf
@error('email') {{ $message }} @enderror
@error('subject') {{ $message }} @enderror
@error('message') {{ $message }} @enderror
@captcha @error('captcha') {{ $message }} @enderror
@endsection