HEX
Server: LiteSpeed
System: Linux srv1.dhviews.com 5.14.0-570.23.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 24 11:27:16 EDT 2025 x86_64
User: bdedition (1723)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bdedition/public_html/core/storage/framework/views/45e2349fa4735027f248c0cb9ad4fc20.php
<?php
    $bannedContent = getContent('banned.content', true);
?>
<?php $__env->startSection('content'); ?>
    <div class="container">
        <div class="banned text-center">
            <img src="<?php echo e(frontendImage('banned', @$bannedContent->data_values->image, '700x400')); ?>" alt="<?php echo app('translator')->get('image'); ?>"
                class="mb-4">
            <h4 class="text--danger mb-2"><?php echo e(__(@$bannedContent->data_values->heading)); ?></h4>
            <p class="mb-4"><?php echo e(__($user->ban_reason)); ?> </p>
            <a href="<?php echo e(route('home')); ?>" class="btn--primary btn btn--sm">
                <?php echo app('translator')->get('Go to Home'); ?> <i class="las la-long-arrow-alt-right"></i>
            </a>
        </div>
    </div>
<?php $__env->stopSection(); ?>

<?php $__env->startPush('style'); ?>
    <style>
        .banned {
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .banned p {
            font-size: 16px;
            text-align: center;
        }
    </style>
<?php $__env->stopPush(); ?>

<?php echo $__env->make('staff.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/bdedition/public_html/core/resources/views/staff/auth/authorization/ban.blade.php ENDPATH**/ ?>