HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/limestate-admin/storage/framework/views/82ec4a45991f40ae20b528a6247889db.php
<fieldset class="row g-0 mb-3">
    <?php if(!empty($title) || !empty($description)): ?>
    <div class="col p-0 px-3">
        <legend class="text-black px-2 mt-2">
            <?php echo e(__($title ?? '')); ?>


            <?php if(!empty($description)): ?>
            <p class="small text-muted mt-2 mb-0 text-balance">
                <?php echo __($description  ?? ''); ?>

            </p>
            <?php endif; ?>
        </legend>
    </div>
    <?php endif; ?>
    <div class="col-12 <?php echo e(!$vertical ? 'col-md-7' : ''); ?> shadow-sm h-100">

        <div class="bg-white d-flex flex-column layout-wrapper <?php echo e(empty($commandBar) ? 'rounded' : 'rounded-top'); ?>">
            <?php $__currentLoopData = $manyForms; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $layouts): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                <?php $__currentLoopData = $layouts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $layout): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <?php echo $layout ?? ''; ?>

                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        </div>

        <?php if(empty(!$commandBar)): ?>
            <div class="bg-light px-4 py-3 d-flex justify-content-end rounded-bottom">
                <?php $__currentLoopData = $commandBar; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $command): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <div class="<?php echo e(!$loop->first ? 'ms-2' : ''); ?>">
                        <?php echo $command; ?>

                    </div>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            </div>
        <?php endif; ?>
    </div>
</fieldset>

<?php /**PATH /var/www/limestate-admin/vendor/orchid/platform/resources/views/layouts/block.blade.php ENDPATH**/ ?>