HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/be.naniguide.com/storage/framework/views/1a9fbbcda289037ffd725d86b9780c56.php
<div class="modal-dialog shadow modal-default">
    <div class="modal-content">
        <div class="modal-header">
            <a href="javascript:;" class="material-symbols-rounded back">keyboard_backspace</a>
            <h5 class="modal-title text-center" style="width:100%">
                <?php echo $__env->yieldContent('bar-title'); ?>
            </h5>
            <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
        </div>
        <div class="modal-body <?php echo $__env->yieldContent('class'); ?>">
            <?php if (! empty(trim($__env->yieldContent('title')))): ?>
                <h4 class="fw-600 mb-3 pb-1"><?php echo $__env->yieldContent('title'); ?></h4>
            <?php endif; ?>

            <!-- display flash message -->
            <?php echo $__env->make('common.errors', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>

            <!-- main inner content -->
            <?php echo $__env->yieldContent('content'); ?>
        </div>
    </div>
</div><?php /**PATH /home/xedaptot/be.naniguide.com/resources/views/layouts/popup/small.blade.php ENDPATH**/ ?>