@section('title') My Profile @endsection @section('breadcrumbs') {{ Breadcrumbs::render('optOutData') }} @endsection
@include('pages.users.profile-headerdetails')
In order to make this feature work, you must add both a keyword and text (by selecting a checkbox); otherwise, it will automatically send the default opt-out message, "Reply STOP to opt-out." with the first message of a new lead.

Opt Out Text

Add
@php $optOutTextData = (!empty($userOptOutTextData)) ? $userOptOutTextData : ""; @endphp @push('scripts') @endpush