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/383e7a7701ccf0ea235212dc459303dba1f36be4.php
<div class="form-group row">
    <input type="hidden" name="parts[<?php echo e($i); ?>][repair_id]" value="<?php echo e($repair_id); ?>">
    <div class="col-lg-4">
        <label class="vendor_code_label"><?php echo app('translator')->get('repairs.vendor_code'); ?>:</label>
        <input type="text" class="form-control" name="parts[<?php echo e($i); ?>][vendor_code]" value="<?php echo e(old('parts.' . $i . '.vendor_code')); ?>">
        <div class="text-danger"><?php echo e($errors->first('parts.' . $i . '.vendor_code')); ?></div>
    </div>
    <div class="col-lg-4">
        <label class="amount_label"><?php echo app('translator')->get('repairs.amount'); ?>:</label>
        <input type="text" class="form-control" name="parts[<?php echo e($i); ?>][amount]" value="<?php echo e(old('parts.' . $i . '.amount')); ?>">

        <div class="text-danger"><?php echo e($errors->first('parts.' . $i . '.amount')); ?></div>
    </div>
    <div class="col-lg-4">
        <label class="price_label"><?php echo app('translator')->get('repairs.price'); ?> <?php echo session()->get('currencySymbol') ? '( ' . session()->get('currencySymbol') . ' )' : ''; ?>:</label>
        <input type="text" class="form-control" name="parts[<?php echo e($i); ?>][price]" value="<?php echo e(old('parts.' . $i . '.price')); ?>">

        <div class="text-danger"><?php echo e($errors->first('parts.' . $i . '.price')); ?></div>
    </div>
</div>
<?php /**PATH /var/www/ipsremont-demo/resources/views/repairs/replacement_details.blade.php ENDPATH**/ ?>