⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.139
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
erp.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
b765ea6e24288c455616612e5ff2f3b8.php
<?php if(module_is_active('Account') && !empty($customer)): ?> <div class="row"> <?php if(isset($customer['billing_name'])): ?> <div class="col-md-5"> <h6><?php echo e(__('Bill to')); ?></h6> <div class="bill-to"> <small> <span><?php echo e($customer['billing_name']); ?></span><br> <span><?php echo e($customer['billing_address']); ?></span><br> <span><?php echo e($customer['billing_city'].' , '.$customer['billing_state'].' ,'. $customer['billing_zip']); ?></span><br> <span><?php echo e($customer['billing_country']); ?></span><br> <span><?php echo e($customer['billing_phone']); ?></span><br> </small> </div> </div> <div class="col-md-5"> <h6><?php echo e(__('Ship to')); ?></h6> <div class="bill-to"> <small> <span><?php echo e($customer['shipping_name']); ?></span><br> <span><?php echo e($customer['shipping_address']); ?></span><br> <span><?php echo e($customer['shipping_city'].' , '.$customer['shipping_state'].' ,'. $customer['shipping_zip']); ?></span><br> <span><?php echo e($customer['shipping_country']); ?></span><br> <span><?php echo e($customer['shipping_phone']); ?></span><br> </small> </div> </div> <?php else: ?> <div class="col-md-10"> <div class="mt-3"><h6><?php echo e($customer['name']); ?></h6><h6><?php echo e($customer['email']); ?></h6></div> <h6 class=""><?php echo e(__('Please Set Customer Shipping And Billing Details !')); ?> <?php if(module_is_active('Account')): ?> <a href="<?php echo e(route('customer.index')); ?>"><?php echo e(__('Click Here')); ?></a> <?php endif; ?> </h6> </div> <?php endif; ?> <div class="col-md-2 mt-3"> <a href="#" id="remove" class="text-sm btn btn-danger"><?php echo e(__(' Remove')); ?></a> </div> </div> <?php else: ?> <div class="row"> <div class="col-md-5"> <h6 class="mt-5"><?php echo e(__('Please Set Customer Details !')); ?> <div class="mt-3"><h6><?php echo e($customer['name']); ?></h6><h6><?php echo e($customer['email']); ?></h6></div> <?php if(module_is_active('Account')): ?> <a href="<?php echo e(route('customer.index')); ?>"><?php echo e(__('Click Here')); ?></a> <?php endif; ?> </h6> </div> <div class="col-md-2 mt-5"> <a href="#" id="remove" class="text-sm"><?php echo e(__(' Remove')); ?></a> </div> </div> <?php endif; ?> <?php /**PATH /home/id/erp.dev-unit.com/resources/views/proposal/customer_detail.blade.php ENDPATH**/ ?>