@extends('backend.layout.master-tailwind') @section('title', __('Messaging Access')) @section('content') {{-- Hidden forms — submitted by the toggle click handler --}}

{{ __('Messaging Access') }}

{{ __('Control how clients and freelancers can communicate on the platform.') }}

{{ __('Contact Settings') }}
{{ __('Allow clients to contact freelancers') }}
{{ __('When enabled, clients can send direct messages to freelancers before placing an order.') }}
{{ __('Show "Contact Me" button before login') }}
{{ __('When enabled, the contact button is visible to guests browsing freelancer profiles.') }}
@endsection @section('script') @endsection