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

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

@if (social_links()->isNotEmpty()) @endif

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

@csrf @honeypot
@error('email') {{ $message }} @enderror
@error('subject') {{ $message }} @enderror
@error('message') {{ $message }} @enderror
@captcha @error('captcha') {{ $message }} @enderror
@endsection @push('scripts') @endpush