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/6703a972d5def92c080f7159d98e48fc330b4f6e.php
<td class="text-right">
    <?php if($user->isService()): ?>
        <div class="d-flex justify-content-between mb-2">
            <span class="font-weight-bold mr-2"><?php echo app('translator')->get('parts.your_warehouse'); ?>:</span>
            <?php if(empty($store->local)): ?>
                нет в наличии
            <?php else: ?>
                <?php echo e($store->local); ?> <?php echo e($model->getItemName()); ?>

            <?php endif; ?>
        </div>
    <?php endif; ?>
    <?php $__currentLoopData = $user->branches; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $branch): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
        <?php $externalId = $branch->external_id; ?>
        <div class="d-flex justify-content-between mb-2">
            <span class="font-weight-bold mr-2"><?php echo e($branch->name); ?>:</span>
            <?php if(empty($store->$externalId)): ?>
                нет в наличии
            <?php else: ?>
                <?php echo e($store->$externalId); ?> <?php echo e($model->getItemName()); ?>

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

    <?php if($central): ?>
        <div class="d-flex justify-content-between">
            <span class="font-weight-bold mr-2"><?php echo e($central->name); ?>:</span>
            <?php if(empty($store->central)): ?>
                нет в наличии
            <?php else: ?>
                <?php echo e($store->central); ?> <?php echo e($model->getItemName()); ?>

            <?php endif; ?>
        </div>
    <?php endif; ?>
</td>
<?php /**PATH /var/www/ipsremont-demo/resources/views/parts/_warehouses.blade.php ENDPATH**/ ?>