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/50cc3adb13ebbaa6618bfa1ac6f9ef6c0b611160.php
<?php $index = $workCompleteCertificateItem->id ?? 'new1'; ?>
<div class="js-item-row form-group d-flex justify-content-between" style="gap: 5px; align-items: end;">
    <div>
        <label class="article_label"><?php echo app('translator')->get('wccItem.article'); ?>:</label>
        <input type="text" class="form-control" name="workCompleteCertificateItems[<?php echo e($index); ?>][article]" value="<?php echo e($workCompleteCertificateItem->article); ?>">

        <div class="text-danger"><?php echo e($errors->first('workCompleteCertificateItems.' . $index . '.article')); ?></div>
    </div>
    <div>
        <label class="name_label"><?php echo app('translator')->get('wccItem.name'); ?>:</label>
        <input type="text" class="form-control" name="workCompleteCertificateItems[<?php echo e($index); ?>][name]" value="<?php echo e($workCompleteCertificateItem->name); ?>">

        <div class="text-danger"><?php echo e($errors->first('workCompleteCertificateItems.' . $index . '.name')); ?></div>
    </div>
    <div>
        <label class="amount_label"><?php echo app('translator')->get('wccItem.amount'); ?>:</label>
        <input type="text" class="form-control" name="workCompleteCertificateItems[<?php echo e($index); ?>][amount]" value="<?php echo e($workCompleteCertificateItem->amount); ?>">

        <div class="text-danger"><?php echo e($errors->first('workCompleteCertificateItems.' . $index . '.amount')); ?></div>
    </div>
    <div>
        <button class="btn btn-danger font-weight-bolder remove-work-complete-certificate-item">-</button>
    </div>
</div>
<?php /**PATH /var/www/ipsremont-demo/resources/views/wcc/work_complete_certificate_item_details.blade.php ENDPATH**/ ?>