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/ipsremont-demo/storage/framework/views/18fb54d6d08bb6b5cc5c4086de995fb473528701.php
<?php
/** @var ActTc $model */

use App\Models\ActTc;
use App\Models\ActtcChanges;

?>

<?php $__env->startSection('title'); ?>
     <?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.title','data' => ['title' => 'acttc.show']]); ?>
<?php $component->withName('title'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes(['title' => 'acttc.show']); ?> <?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?> 
<?php $__env->stopSection(); ?>
<?php $__env->startSection('js'); ?>
    <script src="/assets/js/actTsShow.js"></script>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
    <div class="content d-flex flex-column flex-column-fluid" id="kt_content">
        <?php echo $__env->make('layouts.subheader', ['pageTitle' => $model->getNumber()], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
        <div class="d-flex flex-column-fluid">
            <div class="container">
                <div class="row">
                    <div class="col-lg-6 сol-sm-12">
                        <div class="card card-custom">
                            <div class="card-header h-auto py-4">
                                <div class="card-title">
                                    <h3 class="card-label"><?php echo e(__('acttc.actShow')); ?></h3>
                                </div>
                            </div>
                            <div class="card-body ">
                                <?php echo $__env->make('acttc._act_info', ['model' => $model], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-6 сol-sm-12">
                        <div class="card card-custom">
                            <div class="card-header">
                                <div class="card-title">
                                    <h3 class="card-label"><?php echo app('translator')->get('acttc.statusUpdate'); ?></h3>
                                </div>
                            </div>
                            <div class="card-body">
                                <div class="timeline timeline-6 timeline-date">
                                    <?php $__currentLoopData = $model->acttc_changes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $change): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <?php /** @var ActtcChanges $change */ ?>
                                        <div class="timeline-item align-items-start">
                                            <div
                                                class="timeline-label font-weight-bolder text-dark-75 font-size-lg"><?php echo e($change->created_at->format(config('crud.formatDate'))); ?>

                                            </div>
                                            <div class="timeline-badge">
                                                <i class="fa fa-genderless <?php echo e($change->status()->getColor()); ?> icon-xl"></i>
                                            </div>
                                            <div class="font-size-lg pl-3"><?php echo e($change->status()->getName()); ?>, <?php echo e(__('users.byUser')); ?> <?php echo e($change->user->getName()); ?></div>
                                        </div>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                </div>
                            </div>
                        </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 /var/www/ipsremont-demo/resources/views/acttc/show.blade.php ENDPATH**/ ?>