@if(isset($shop) && isset($user_type) && $user_type == 'admin') {{ translate('contact_with') }} {{ getWebConfig(name: 'company_name') }} @elseif(isset($shop) && isset($user_type) && $user_type == 'seller') {{ translate('contact_with') }} {{ $shop['name'] }} @endif
@csrf
{{ translate('go_to_chatbox') }}