⚝
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
/
crm.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
3e497d8f12356c28176fa30594c839f513d91531.php
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.leads')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('css'); ?> <?php echo \Livewire\Livewire::styles(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page_css'); ?> <link href="<?php echo e(asset('assets/css/owl.carousel.min.css')); ?>" rel="stylesheet" type="text/css"/> <link href="<?php echo e(mix('assets/css/leads/leads.css')); ?>" rel="stylesheet" type="text/css"/> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="section"> <div class="section-header mobile-sec-hdr"> <h1><?php echo e(__('messages.leads')); ?></h1> <div class="section-header-breadcrumb float-right"> <div class="card-header-action mr-2 ipad-margin-left"> <?php echo e(Form::select('status', $statusArr, null, ['id' => 'filter_status', 'class' => 'form-control', 'placeholder' => __('messages.placeholder.select_status')])); ?> </div> </div> <div class="float-right mr-2"> <?php echo e(Form::select('lead_source',$leadSourceArr,null,['id' => 'leadSourceId','class' => 'form-control','placeholder' => __('messages.placeholder.select_lead_source')])); ?> </div> <div class="float-right d-flex flex-lg-nowrap flex-wrap"> <div class="custom-sm-width"> <a href="<?php echo e(route('leads.kanbanList')); ?>" class="btn btn-warning form-btn mr-2 text-nowrap mt-lg-0 mt-2"><?php echo e(__('messages.kanban_view')); ?> </a> </div> <div> <a href="<?php echo e(route('leads.leadConvertChart')); ?>" class="btn btn-info form-btn mr-2 mt-lg-0 mt-2"><?php echo e(__('messages.lead.chart')); ?> </a> </div> <div> <a href="<?php echo e(route('leads.create')); ?>" class="btn btn-primary form-btn text-nowrap mt-lg-0 mt-2 mr-2"><?php echo e(__('messages.common.add')); ?> <i class="fas fa-plus"></i> </a> </div> </div> </div> <div class="section-body"> <?php echo $__env->make('flash::message', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="card"> <div class="card-body"> <?php if (! isset($_instance)) { $html = \Livewire\Livewire::mount('leads')->html(); } elseif ($_instance->childHasBeenRendered('RhnwPs8')) { $componentId = $_instance->getRenderedChildComponentId('RhnwPs8'); $componentTag = $_instance->getRenderedChildComponentTagName('RhnwPs8'); $html = \Livewire\Livewire::dummyMount($componentId, $componentTag); $_instance->preserveRenderedChild('RhnwPs8'); } else { $response = \Livewire\Livewire::mount('leads'); $html = $response->html(); $_instance->logRenderedChild('RhnwPs8', $response->id(), \Livewire\Livewire::getRootElementTagName($html)); } echo $html; ?> </div> </div> </div> <?php echo $__env->make('leads.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/owl.carousel.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 leadUrl = "<?php echo e(route('leads.index')); ?>/"; let ownerId = null; let ownerType = null; let currentCurrentSymbol = "<?php echo e(getCurrencyClass()); ?>"; </script> <script src="<?php echo e(mix('assets/js/custom/get-price-format.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/status-counts/status-counts.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/leads/leads.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/index.blade.php ENDPATH**/ ?>