<turbo-stream action="update" target="modal"><template>


<dialog class="modal">
  <div class="modal-box space-y-3 max-w-xl">
    <header class="sticky">
        <h3 class="text-lg font-bold">
          Super Selectos El Encuentro
        </h3>
    </header>

    <form method="dialog">
      <button
        class="btn btn-sm btn-square btn-ghost absolute right-2 top-2"
        aria-label="Close"
      >
        <svg aria-hidden="true" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg>
      </button>
    </form>

    <div class="body space-y-2 overflow-y-auto max-h-[80lvh]">
        <div class="alert alert-info"><p class="text-sm">Please indicate the anomalies you have identified on the merchant's profile. An issue will be opened on Github so the Collective can analyze the request.</p></div><form class="simple_form space-y-2 px-1" id="new_merchant_report" novalidate="novalidate" action="/en/merchants/5213319422-super-selectos-el-encuentro/report" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="RofEwaeM16bp8wOt0TJ2eZ2JPO9GaXQJUeyL4AXarOG-IvzNd9czB2srhhsCgbIeOOOuYRLAq3_0Ytz6dh6JWw" /><div class="fieldset w-full"><textarea class="textarea w-full" placeholder="Description of the anomaly" name="merchant_report[description]" id="merchant_report_description">
</textarea></div><div class="fieldset w-full hidden"><label class="fieldset-legend" for="merchant_report_nickname">Nickname</label><input class="input w-full" type="text" name="merchant_report[nickname]" id="merchant_report_nickname" /></div><div class="flex justify-end"><input type="submit" name="commit" value="Report anomalies" class="btn btn-primary btn-block lg:w-auto btn btn-success" data-disable-with="Report anomalies" /></div></form>
    </div>

  </div>

    <form class="modal-backdrop" method="dialog">
      <button>
        Close
      </button>
    </form>
</dialog></template></turbo-stream>