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/b4d7eca3fa55ea780de9f9ca8b68252806817420.php
<!-- delete Modal -->

<div id="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="close" data-dismiss="modal" aria-hidden="true"></button>

            </div>

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

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

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

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

                <a href="" id="delete-link"

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

            </div>

        </div>

    </div>

</div><!-- /.modal -->

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