HOME


Mini Shell 1.0
La Pieza.DO | Todo lo que buscas!

Bienvenido de nuevo!

Acceso Cuenta Delivery
DIR: /var/www/devs.lapieza.net/storage/framework/views/
Upload File :
Current File : /var/www/devs.lapieza.net/storage/framework/views/bce59dece2e2cca05764cef4cfcb581d10545e50.php
<div id="bulk-delete-modal" class="modal fade">

    <div class="modal-dialog modal-sm modal-dialog-centered">

        <div class="modal-content">

            <div class="modal-header">

                <h4 class="modal-title h6"><?php echo e(translate('Delete Confirmation')); ?></h4>

                <button type="button" class="btn btn-link mt-2 rounded-25px" <button type="button" class="close "

                    data-dismiss="modal" aria-hidden="true"></button>

            </div>

            <div class="modal-body text-center">

                <p class="mt-1"><?php echo e(translate('Are you sure to delete those files?')); ?></p>

                <button type="button" class="btn btn-link mt-2 rounded-25px"

                    data-dismiss="modal"><?php echo e(translate('Cancel')); ?></button>

                <a href="javascript:void(0)" onclick="bulk_delete()"

                    class="btn btn-primary mt-2 rounded-25px"><?php echo e(translate('Delete')); ?></a>

            </div>

        </div>

    </div>

</div>

<?php /**PATH /var/www/devs.lapieza.net/resources/views/modals/bulk_delete_modal.blade.php ENDPATH**/ ?>