@if (MarketplaceHelper::isEnabledMessagingSystem() && (! auth('customer')->check() || $store->id != auth('customer')->user()->store->id))

{{ __('Email :store', ['store' => $store->name]) }}

{{ __('All messages are recorded and spam is not tolerated. Your email address will be shown to the recipient.') }}

{!! $contactForm->renderForm() !!}
@include(MarketplaceHelper::viewPath('includes.contact-form-script')) @endif