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/539d8ca53ec2cb376555afd921e420a2b463ca43.php
<?php $__env->startSection('title'); ?>
     <?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.title','data' => ['title' => 'html.titleIndex']]); ?>
<?php $component->withName('title'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes(['title' => 'html.titleIndex']); ?> <?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?> 
<?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"=> 'html.titleIndex'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
        <div class="d-flex flex-column-fluid">
            <div class="container">
                <div class="card card-custom gutter-b">
                    <div class="card-body">
                        <div class="d-flex">
                            <?php if($product['image']): ?>
                                <div class="flex-shrink-0 mr-7 mt-lg-0 mt-3">
                                    <div class="">
                                        <img src="<?php echo e($product['image']); ?>" class="rounded mw-100 w-150px">
                                    </div>
                                </div>
                            <?php endif; ?>

                            <div class="flex-grow-1">
                                <!--begin: Title-->
                                <div class="d-flex align-items-center justify-content-between flex-wrap">
                                    <div class="mr-3">
                                        <!--begin::Name-->
                                            <h3 class="font-size-xlg text-dark font-weight-bold mb-6">
                                            <?php echo e($product['name']); ?> 
                                            <i class="flaticon2-correct text-dark-60 icon-md ml-2"></i></h3>
                                        <!--end::Name-->

                                        <h3 class="font-size-lg text-dark font-weight-bold mb-6">
                                            DENZEL</h3>

                                        <a class="font-size-lg" href="#" target="_blank">
                                            Спецификация
                                            <i class="flaticon-download font-weight-bold text-primary icon-md ml-2"></i></a>
                                    </div>
                                </div>
                                <!--end: Title-->
                            </div> <!-- flex-grow-1 -->

                        </div>

                    </div> <!-- card-body -->
                </div> <!-- end::product card -->

                

                <div class="d-flex flex-row mb-10">
                    <div class="flex-row-fluid mr-lg-8">
                        <div class="card card-custom">
                            <!--begin::Header-->
                            <div class="card-header border-0 py-5">
                                <h3 class="card-title align-items-start flex-column">
                                    <span class="card-label font-weight-bolder text-dark">Название схемы</span>
                                    <span class="text-muted mt-3 font-weight-bold font-size-sm">Список запасных частей</span>
                                </h3>
                            </div>
                            <!--end::Header-->
                            <!--begin::Body-->
                            <div class="card-body py-0">
                                <!--begin::Table-->
                                <table class="table table-hover parts-table">
                                    <tbody>
                                    <?php if(sizeof($data)>0): ?>
                                        <?php $__currentLoopData = $data; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $d): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                            <tr class="font-size-lg">
                                                <td class="d-flex align-items-center">
                                                    <!--begin::Symbol-->
                                                    <div class="symbol symbol-60 flex-shrink-0 mr-4 bg-light">
                                                        <div class="symbol-label" style="background-image: url('<?php echo e($d->getImage()); ?>')"></div>
                                                    </div>
                                                    <!--end::Symbol-->

                                                    <div class="d-flex flex-column flex-grow-1 my-lg-0 my-2 pr-3">
                                                        <span class="text-dark-75">Номер 12</span>
                                                        <a href="#GOTO PART PAGE" class="text-primary font-weight-bolder text-hover-primary font-size-lg"><?php echo e($d->getName()); ?></a>
                                                        <span class="text-dark-75 font-weight-bold font-size-sm my-1"><?php echo e($d->external_id); ?></span>
                                                    </div>

                                                </td>

                                                <td class="text-right">
                                                    2 <?php echo e($d->getItemName()); ?>

                                                </td>

                                                <td class="text-right align-middle font-weight-bolder font-size-h5">
                                                    <?php echo number_format($d->price, 2, ',', ' ') . ' &#8381;' ?>
                                                </td>

                                                <td class="js-go-to text-right align-middle">

                                                    <button id="add-to-cart" data-token="<?php echo e(csrf_token()); ?>" data-id="<?php echo e($d->id); ?>" type="submit" class="btn btn-warning text-uppercase font-weight-bold ml-3">
                                                        <?php echo app('translator')->get('parts.toCart'); ?>
                                                    </button>

                                                </td>

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

                                            <td align="center" colspan="<?php echo e(sizeof($columns['fields'])); ?>">
                                                <?php echo app('translator')->get('parts.notFound'); ?>
                                            </td>

                                        </tr>
                                    <?php endif; ?>
                                    </tbody>
                                </table>

                                <!--end::Table-->
                            </div>
                            <!--end::Body-->
                        </div>
                    </div> <!-- end::parts -->

                    <div class="flex-column offcanvas-mobile" id="kt_profile_aside">
                        <div class="card card-custom gutter-b">
                            <!--begin::Body-->
                            <div class="card-body">
                                <div class="flex-shrink-0 mt-lg-0 mt-3">
                                    <img  class="mw-100 w-350px" src="https://ipsremont.ru/wa-data/public/shop/plugins/ensospares/431/245b39dff57d5dd196892308.jpg">
                                </div>


                            </div>  <!--end::Body-->
                        </div> <!--end::card-->
                    </div> <!--end::schema image-->
                </div> <!-- end::schema container  -->


                <div class="d-flex flex-row mb-10">
                    <div class="flex-row-fluid mr-lg-8">
                        <div class="card card-custom">
                            <!--begin::Header-->
                            <div class="card-header border-0 py-5">
                                <h3 class="card-title align-items-start flex-column">
                                    <span class="card-label font-weight-bolder text-dark">Название схемы</span>
                                    <span class="text-muted mt-3 font-weight-bold font-size-sm">Список запасных частей</span>
                                </h3>
                            </div>
                            <!--end::Header-->
                            <!--begin::Body-->
                            <div class="card-body py-0">
                                <!--begin::Table-->
                                <table class="table table-hover parts-table">
                                    <tbody>
                                    <?php if(sizeof($data)>0): ?>
                                        <?php $__currentLoopData = $data; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $d): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                            <tr class="js-clickable tr-clickable font-size-lg">
                                                <td class="d-flex align-items-center">
                                                    <!--begin::Symbol-->
                                                    <div class="symbol symbol-60 flex-shrink-0 mr-4 bg-light">
                                                        <div class="symbol-label" style="background-image: url('<?php echo e($d->getImage()); ?>')"></div>
                                                    </div>
                                                    <!--end::Symbol-->

                                                    <div class="d-flex flex-column flex-grow-1 my-lg-0 my-2 pr-3">
                                                        <span class="text-dark-75">Номер 12</span>
                                                        <a href="#GOTO PART PAGE" class="text-primary font-weight-bolder text-hover-primary font-size-lg"><?php echo e($d->getName()); ?></a>
                                                        <span class="text-dark-75 font-weight-bold font-size-sm my-1"><?php echo e($d->external_id); ?></span>
                                                    </div>

                                                </td>

                                                <td class="text-right">
                                                    2 <?php echo e($d->getItemName()); ?>

                                                </td>

                                                <td class="text-right align-middle font-weight-bolder font-size-h5">
                                                    <?php echo number_format($d->price, 2, ',', ' ') . ' &#8381;' ?>
                                                </td>

                                                <td class="js-go-to text-right align-middle">

                                                    <button id="add-to-cart" data-token="<?php echo e(csrf_token()); ?>" data-id="<?php echo e($d->id); ?>" type="submit" class="btn btn-warning text-uppercase font-weight-bold ml-3">
                                                        <?php echo app('translator')->get('parts.toCart'); ?>
                                                    </button>

                                                </td>

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

                                            <td align="center" colspan="<?php echo e(sizeof($columns['fields'])); ?>">
                                                <?php echo app('translator')->get('parts.notFound'); ?>
                                            </td>

                                        </tr>
                                    <?php endif; ?>
                                    </tbody>
                                </table>

                                <!--end::Table-->
                            </div>
                            <!--end::Body-->
                        </div>
                    </div> <!-- end::parts -->

                    <div class="flex-column offcanvas-mobile" id="kt_profile_aside">
                        <div class="card card-custom gutter-b">
                            <!--begin::Body-->
                            <div class="card-body">
                                <div class="flex-shrink-0 mt-lg-0 mt-3">
                                    <img  class="mw-100 w-350px" src="https://ipsremont.ru/wa-data/public/shop/plugins/ensospares/431/245b39dff57d5dd196892308.jpg">
                                </div>


                            </div>  <!--end::Body-->
                        </div> <!--end::card-->
                    </div> <!--end::schema image-->
                </div> <!-- end::schema container  -->

            </div> <!-- container -->
        </div> <!-- flex-column-fluid -->



    </div> <!-- content -->

<?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/html/device.blade.php ENDPATH**/ ?>