<turbo-stream action="replace" target="remote_small_modal"><template>
  <turbo-frame data-controller="" id="remote_small_modal">
  <div class="modal fade " id="smallModal" tabindex="-1" aria-labelledby="newItemRemoteModalLabel"
       aria-hidden="true"
       data-controller="modal" data-action="turbo:before-render@document-&gt;modal#hideBeforeRender">
    <div class="modal-dialog modal-dialog-centered gateway ">
      <div class="modal-content card-border" id="modal_content">
          <div class="modal-header border-bottom-warning py-15 bg-selection px-lg-4 px-2">
            <h6 class="modal-title text-gradient-blue mb-0" id="newItemRemoteModalLabel">Chat With us</h6>
              <button type="button" class="btn p-lg-2 p-0 ms-auto" data-bs-dismiss="modal" aria-label="Close" id="closeModal">
                <i class="fa fa-times fs-20 text-gradient-pink"></i>
              </button>
          </div>
        <div class="modal-body remote_modal_body" id="remote_modal_body">
          
    <h1 class="text-gradient-blue text-center py-2 fs-24">Coming Soon...</h1>

        </div>
        <div class="modal-footer border-top p-0" id="remote_small_modal_footer">
        </div>
      </div>
    </div>
  </div>
  
</turbo-frame></template></turbo-stream>