<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="/en/merchants/2632859586-brothers-barbershop/comments/7/report" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="SWE7NoyLKfn8Ft9YWXRdV5pdRzIs4ltUCm7shvygkLYa8qFX9jt_oEssM5O2-GqKFxwLsBxZCWD_Kg2qTT7oRA" /><div class="fieldset w-full"><select class="select w-full" name="comment_report[flag_reason]" id="comment_report_flag_reason"><option value="">Select the reason for reporting</option>
<option value="spam">Spam or misleading content</option>
<option value="violent">Violent or abhorrent content</option>
<option value="sexual">Sexually explicit content</option>
<option value="hate">Abusive or hateful content</option>
<option value="harassment">Harassment or intimidation</option>
<option value="terrorism">Incitement to terrorism</option>
<option value="child_abuse">Child abuse</option>
<option value="illegal">Illegal content</option>
<option value="other">Other reason</option></select></div><div class="fieldset w-full"><textarea class="textarea w-full" placeholder="Please explain why you are reporting this comment" 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="Report this comment" class="btn btn-primary btn-block lg:w-auto btn btn-success" data-disable-with="Report this comment" /></div></form>
    </div>

  </div>

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