Server IP : 66.29.132.124 / Your IP : 18.227.134.165 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/storage/framework/views/ |
Upload File : |
<div class="form-group"> <div class="row align-items-center"> <label class="col-md-3 text-right col-form-label" ><?php echo e($field['name_'.app()->getLocale()] ?? $field['name'] ?? $field['id']); ?> <?php if(!empty($field['required'])): ?> <span class="text-danger">*</span> <?php endif; ?> : </label> <div class="col-md-<?php echo e($value_col_size ?? 4); ?>"> <?php if(empty($only_show_data)): ?> <input type="text" class="form-control" name="verify_data_<?php echo e($field['id']); ?>" value="<?php echo e($field['data']); ?>"> <?php else: ?> <div class=""><strong><?php echo e($field['data'] ? $field['data'] : __('N/A')); ?></strong></div> <?php if(!empty($field['is_verified'])): ?> <a class="badge badge-success" href="#" onclick="return false"><i><?php echo e(__("Verified")); ?></i></a> <?php else: ?> <span class="badge badge-secondary"><i><?php echo e(__("Not Verified")); ?></i></span> <?php endif; ?> <?php endif; ?> </div> </div> </div> <?php /**PATH /home/wavevlvu/book24.ng/modules/User/Views/frontend/verification/fields/text.blade.php ENDPATH**/ ?>