⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.94
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
/
crm.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
93a32e1032fcc8a52de3227b0c92730163adc7b7.php
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.lead.lead_details')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page_css'); ?> <link href="<?php echo e(asset('assets/css/jquery.dataTables.min.css')); ?>" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="<?php echo e(asset('assets/css/select2.min.css')); ?>"> <link href="<?php echo e(asset('css/bootstrap-datetimepicker.css')); ?>" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="<?php echo e(asset('assets/css/bs4-summernote/summernote-bs4.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/@fortawesome/fontawesome-free/css/all.css')); ?>" type="text/css"> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="section"> <div class="section-header item-align-right"> <h1><?php echo e(__('messages.lead.lead_details')); ?></h1> <div class="section-header-breadcrumb float-right"> <?php if(!$lead->lead_convert_customer): ?> <a href="javascript:void(0)" class="btn btn-info mr-2 form-btn" id="leadConvertToCustomer"><?php echo e(__('messages.lead.convert_to_customer')); ?></a> <?php endif; ?> </div> <div class="float-right"> <a href="<?php echo e(route('leads.edit', ['lead' => $lead->id])); ?>" class="btn btn-warning mr-2 form-btn"><?php echo e(__('messages.common.edit')); ?> </a> <a href="<?php echo e(url()->previous()); ?>" class="btn btn-primary form-btn"><?php echo e(__('messages.common.back')); ?> </a> </div> </div> <div class="section-body"> <div class="card"> <?php echo $__env->make('flash::message', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="card-body"> <?php echo $__env->make('leads.show_fields', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <?php echo $__env->make('leads.convert_to_customer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php echo $__env->make('tasks.templates.templates', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('page_scripts'); ?> <script src="<?php echo e(asset('assets/js/jquery.dataTables.min.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/custom/custom-datatable.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/moment.min.js')); ?>"></script> <script src="<?php echo e(asset('js/bootstrap-datetimepicker.min.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/bs4-summernote/summernote-bs4.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/select2.min.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <script src="<?php echo e(asset('vendor/livewire/livewire.js')); ?>"></script> <?php echo $__env->make('livewire.livewire-turbo', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <script> let statusArray = JSON.parse('<?php echo json_encode($status, 15, 512) ?>'); let priorities = JSON.parse('<?php echo json_encode($priorities, 15, 512) ?>'); let ownerId = "<?php echo e($lead->id); ?>"; let ownerType = 'App\\Models\\Lead'; let leadUrl = "<?php echo e(route('leads.index')); ?>/"; let leadId = '<?php echo e($lead->id); ?>'; let authId = '<?php echo e(getLoggedInUserId()); ?>'; let ownerUrl = "<?php echo e(route('leads.index')); ?>"; let customerId = true; let memberUrl = "<?php echo e(route('members.index')); ?>"; </script> <script src="<?php echo e(mix('assets/js/leads/lead-convert-to-customer.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/tasks/tasks.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/notes/new-notes.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/reminder/reminder.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/custom/get-price-format.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/proposals/proposals-datatable.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/crm.dev-unit.com/resources/views/leads/show.blade.php ENDPATH**/ ?>