HEX
Server: LiteSpeed
System: Linux sv4.hami.host 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: armgroup (1008)
PHP: 8.2.32
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, mail, socket_create, socket_create_listen, socket_create_pair, link, dl, openlog, syslog, stream_socket_server, curl_multi_init
Upload Files
File: /home/armgroup/libs/storage/framework/views/ef3d70944c8af386e0a3c336adc94327d9aabbd9.php
<?php $__env->startSection('content'); ?>
    <div class="container body-content ps-0 pe-0">
        <div class="row mt-5 mb-5">
            <div class="col-lg-11 col-12 ps-0 mx-auto">
                <div class="card pt-2 pb-3">
                    <div class="card-body">
                        <h3 class="title-section text-center"><?php echo e($page->title); ?></h3>

                        <?php if($page->image): ?>
                            <div class="text-center mb-4">
                                <img src="<?php echo e(asset($page->image)); ?>"
                                     alt="<?php echo e($page->title); ?>" class="img-fluid">
                            </div>
                        <?php endif; ?>
                        <div><?php echo $page->content; ?></div>
                    </div>
                </div>
            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/technova/technovar/resources/views/frontend/pages/show.blade.php ENDPATH**/ ?>