<turbo-stream action="update" target="flashes"><template><div data-controller='flashes'>
</div>
</template></turbo-stream>
<turbo-stream action="update" target="modal_frame"><template>
  <div data-controller="modal"  class="modal fade" id="ProductShowModal" tabindex="-1" aria-labelledby="ProductShowModalLabel" aria-hidden="true">
    <div class="modal-dialog modal-dialog-centered">
      <div class="modal-content">
        <div class="modal-body d-flex justify-content-center p-0 rounded position-relative">
          <img class="w-100 rounded" src="https://res.cloudinary.com/francois-adrien/image/upload/v1696860357/FONCTIONNEMENT_DES_livraisons_3_fntgfx.png" />
        </div>
        <div class='modal-footer d-flex justify-content-center'>
          <button type="button" class="btn btn-primary" data-bs-dismiss="modal">Fermer</button>
        </div>
      </div>
    </div>
  </div>
</template></turbo-stream>