<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">
          Brothers Barbershop
        </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]">
        <blockquote class="alert space-y-5"><p>Only accepts monero and bitcoin if the owner is on the job, wallets are on his phone. So it is good to call them to ask when this is the case if you want to pay with Xmr/Btc. I did not do this so i had to pay cash instead. 
<br />Good Barber btw.</p></blockquote><form class="simple_form space-y-2 px-1" id="new_comment_report" novalidate="novalidate" action="/es/merchants/2632859586-brothers-barbershop/comments/7/report" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="Or61xkg6hve4vbURR8QUGjOg0aIwQ2tByDkzKjHsRiu4VkjjnBuunEGQsumj7rXCAfAMhoKW__1LKWPy0DZuKQ" /><div class="fieldset w-full"><select class="select w-full" name="comment_report[flag_reason]" id="comment_report_flag_reason"><option value="">Seleccione el motivo del reporte</option>
<option value="spam">Spam o contenido engañoso</option>
<option value="violent">Contenido violento o abyecto</option>
<option value="sexual">Contenido de carácter sexual</option>
<option value="hate">Contenido abusivo o de odio</option>
<option value="harassment">Acoso o intimidación</option>
<option value="terrorism">Incitación al terrorismo</option>
<option value="child_abuse">Abuso infantil</option>
<option value="illegal">Contenido ilegal</option>
<option value="other">Otro motivo</option></select></div><div class="fieldset w-full"><textarea class="textarea w-full" placeholder="Por favor explique por qué está reportando este comentario" name="comment_report[description]" id="comment_report_description">
</textarea></div><div class="fieldset w-full hidden"><label class="fieldset-legend" for="comment_report_nickname">Nickname</label><input class="input w-full" type="text" name="comment_report[nickname]" id="comment_report_nickname" /></div><div class="flex justify-end"><input type="submit" name="commit" value="Señalar este comentario" class="btn btn-primary btn-block lg:w-auto btn btn-success" data-disable-with="Señalar este comentario" /></div></form>
    </div>

  </div>

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