⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
erp.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
56d62645531b15b7bc5fbfec75ac02d4.php
<?php if($type == 'mobileservice'): ?> <div class="row"> <div class="col-12"> <div class="col-md-11 mt-3 text-end"> <a href="#" id="remove" class="text-sm btn btn-danger"><?php echo e(__(' Remove')); ?></a> </div> <div class="row"> <div class="col-md-6"> <label class="form-label" for="customer_name" class="form-label"><?php echo e(__('Customer Name : ')); ?></label><br> </div> <div class="col-md-6"> <?php echo e($customer->customer_name); ?> </div> </div> <div class="row"> <div class="col-md-6"> <label class="form-label" for="sender_mobileno" class="form-label"><?php echo e(__('Customer Mobile No : ')); ?></label><br> </div> <div class="col-md-6"> <?php echo e($customer->mobile_no); ?> </div> </div> <div class="row"> <div class="col-md-6"> <label class="form-label" for="sender_email" class="form-label"><?php echo e(__('Customer Email Address : ')); ?></label><br> </div> <div class="col-md-6"> <?php echo e($customer->email); ?> </div> </div> <div class="row"> <div class="col-md-6"> <label class="form-label" for="sender_email" class="form-label"><?php echo e(__('Created By : ')); ?></label><br> </div> <div class="col-md-6"> <?php echo e($customer->getServiceCreatedName->name); ?> </div> </div> <div class="row"> <div class="col-md-6"> <label class="form-label" for="sender_email" class="form-label"><?php echo e(__('Request Status : ')); ?></label><br> </div> <div class="col-md-6"> <span class="badge fix_badge <?php if($customer->is_approve == 1): ?> bg-success <?php else: ?> bg-danger <?php endif; ?> p-2 px-3"> <?php if($customer->is_approve == 1): ?> <?php echo e(__('Accepted')); ?> <?php else: ?> <?php echo e(__('Rejected')); ?> <?php endif; ?> </span> </div> </div> </div> </div> <?php else: ?> <?php if(module_is_active('Account') && !empty($customer)): ?> <div class="row row-gap"> <?php if(isset($customer['billing_name'])): ?> <div class="col-sm-6 col-12"> <h6><?php echo e(__('Bill to')); ?></h6> <div class="bill-to"> <p class="mb-0"> <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> </p> </div> </div> <div class="col-sm-6 col-12"> <h6><?php echo e(__('Ship to')); ?></h6> <div class="bill-to"> <p class="mb-0"> <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> </p> </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"> <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-10"> <h6 class=""> <div class="mt-3"> <h6><?php echo e($customer['name']); ?></h6> <h6><?php echo e($customer['email']); ?></h6> </div> <?php echo e(__('Please Set Customer Details !')); ?> </h6> </div> <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 endif; ?> <?php endif; ?> <?php /**PATH /home/id/erp.dev-unit.com/resources/views/invoice/customer_detail.blade.php ENDPATH**/ ?>