| Current Path : /var/www/html/bookstack/storage/framework/views/ |
| Current File : /var/www/html/bookstack/storage/framework/views/7fd4dc9d1e9a91b594c1909965c52a5f80699ef6.php |
<div components="popup confirm-dialog"
refs="confirm-dialog@popup <?php echo e($ref); ?>"
class="popup-background">
<div class="popup-body very-small" tabindex="-1">
<div class="popup-header primary-background">
<div class="popup-title"><?php echo e($title); ?></div>
<button refs="popup@hide" type="button" class="popup-header-close">x</button>
</div>
<div class="px-m py-m">
<?php echo e($slot); ?>
<div class="text-right">
<button type="button" class="button outline" refs="popup@hide"><?php echo e(trans('common.cancel')); ?></button>
<button type="button" class="button" refs="confirm-dialog@confirm"><?php echo e(trans('common.continue')); ?></button>
</div>
</div>
</div>
</div><?php /**PATH /var/www/html/bookstack/resources/views/common/confirm-dialog.blade.php ENDPATH**/ ?>