<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="/de/merchants/2632859586-brothers-barbershop/comments/7/report" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="mEfPgd2TX3I2zHrshULs56AJfAfXvFivmZU5q93WbG79uFYV5WAFgtN2G4fBsudNW5Atniyer5CJLkTUy4OViA" /><div class="fieldset w-full"><select class="select w-full" name="comment_report[flag_reason]" id="comment_report_flag_reason"><option value="">Wähle den Grund für die Meldung</option>
<option value="spam">Spam oder irreführende Inhalte</option>
<option value="violent">Gewaltverherrlichende Inhalte</option>
<option value="sexual">Sexuell explizite Inhalte</option>
<option value="hate">Beleidigende oder hasserfüllte Inhalte</option>
<option value="harassment">Belästigung oder Einschüchterung</option>
<option value="terrorism">Aufruf zu Terrorismus</option>
<option value="child_abuse">Kindesmissbrauch</option>
<option value="illegal">Illegale Inhalte</option>
<option value="other">Anderer Grund</option></select></div><div class="fieldset w-full"><textarea class="textarea w-full" placeholder="Bitte erläutere, warum du diesen Kommentar meldest." 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="Kommentar melden" class="btn btn-primary btn-block lg:w-auto btn btn-success" data-disable-with="Kommentar melden" /></div></form>
    </div>

  </div>

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