⚝
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 :
caf367cb9b55c6aa7115a4e9be86151ba35acefc.php
<div> <div class="row"> <div class="mt-0 mb-3 col-12 d-flex justify-content-end"> <div class="p-2"> <input wire:model.debounce.100ms="search" type="search" class="form-control" placeholder="<?php echo e(__('messages.common.search')); ?>" id="search"> </div> </div> <div class="col-md-12"> <div wire:loading id="live-wire-screen-lock"> <div class="live-wire-infy-loader"> <?php echo $__env->make('loader', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> </div> <?php $inStyle = 'style'; $bgColor = 'background-color:'; ?> <div class="col-md-12"> <div class="row justify-content-md-center text-center mb-4"> <div class="owl-carousel owl-theme"> <?php $__currentLoopData = $data; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $status): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="item"> <div class="ticket-statistics mx-auto" <?php echo e($inStyle); ?>="<?php echo e($bgColor); ?> <?php echo e($status->color); ?>"> <p><?php echo e($status->leads_count); ?></p> </div> <h5 class="my-0 mt-1"><?php echo e(html_entity_decode($status->name)); ?></h5> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <?php $border = 'border-top: 2px solid '; ?> <?php $__empty_1 = true; $__currentLoopData = $leads; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $lead): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <div class="col-12 col-md-6 col-lg-4 col-xl-4 extra-large mb-5"> <div class="livewire-card card shadow rounded user-card-view hover-effect-lead lead-card-height" style="<?php echo e($border .$lead->leadStatus->color); ?>"> <div class="card-header d-flex align-items-center user-card-index d-sm-flex-wrap-0"> <div class="ml-2 w-100 mb-auto"> <div class="justify-content-between d-flex"> <div class="d-inline-block lead-card-name"> <a href="<?php echo e(url('admin/leads/'.$lead->id)); ?>" class="anchor-underline"> <span><?php echo e(Str::limit(html_entity_decode($lead->name), 10, '...')); ?> </span> <span class="text-grey">(<?php echo e(html_entity_decode($lead->company_name)); ?>)</span> </a> </div> <a class="dropdown dropdown-list-toggle"> <a href="#" data-toggle="dropdown" class="notification-toggle action-dropdown d-none position-xs-bottom"> <i class="fas fa-ellipsis-v action-toggle-mr"></i> </a> <div class="dropdown-menu dropdown-menu-right"> <div class="dropdown-list-content dropdown-list-icons"> <a href="<?php echo e(route('leads.edit',$lead->id)); ?>" class="dropdown-item dropdown-item-desc edit-btn" data-id="<?php echo e($lead->id); ?>"><i class="fas fa-edit mr-2 card-edit-icon"></i> <?php echo e(__('messages.common.edit')); ?> </a> <a href="#" class="dropdown-item dropdown-item-desc delete-btn" data-id="<?php echo e($lead->id); ?>"><i class="fas fa-trash mr-2 card-delete-icon"></i><?php echo e(__('messages.common.delete')); ?> </a> </div> </div> </a> </div> <div class="card-body pt-1 pl-0 pb-0"> <div class="line-height-20px"> <label class="font-weight-bold"><?php echo e(__('messages.lead.source')); ?>: </label> <span><?php echo e(Str::limit(html_entity_decode($lead->leadSource->name),15, '...')); ?></span> </div> </div> <div class="card-body pt-0 pl-0 pb-0"> <?php if(!empty($lead->estimate_budget)): ?> <div class="line-height-20px"> <label class="font-weight-bold"><?php echo e(__('messages.lead.estimate_budget')); ?>: </label> <span><i class="<?php echo e(getCurrencyClass()); ?>"></i> <?php echo e(number_format($lead->estimate_budget, 2)); ?></span> </div> <?php endif; ?> </div> <?php $inStyle = 'style'; $bgColor = 'background-color'; ?> <div class="card-body pt-0 pl-0 pb-3 d-flex pr-0"> <div class="pt-2 mobile-margin-right"> <span class="badge text-uppercase text-white" <?php echo e($inStyle); ?>="<?php echo e($bgColor); ?> :<?php echo e($lead->leadStatus->color); ?>"><?php echo e(html_entity_decode($lead->leadStatus->name)); ?></span> </div> <div class="author-box-left pl-0 ml-auto"> <?php if(!empty($lead->assignedTo->image_url)): ?> <a href="<?php echo e(url('admin/members/'.$lead->assign_to)); ?>"><img alt="image" width="50" src="<?php echo e($lead->assignedTo->image_url); ?>" class="rounded-circle lead-avatar-image uAvatar" title="<?php echo e(html_entity_decode($lead->assignedTo->full_name)); ?>"></a> <?php endif; ?> </div> </div> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <div class="mt-0 mb-5 col-12 d-flex justify-content-center mb-5 rounded"> <div class="p-2"> <?php if(empty($search)): ?> <p class="text-dark"><?php echo e(__('messages.lead.no_lead_available')); ?></p> <?php else: ?> <p class="text-dark"><?php echo e(__('messages.lead.no_lead_found')); ?></p> <?php endif; ?> </div> </div> <?php endif; ?> <?php if($leads->count() > 0): ?> <div class="mt-0 mb-5 col-12"> <div class="row paginatorRow"> <div class="col-lg-2 col-md-6 col-sm-12 pt-2"> <span class="d-inline-flex"> <?php echo e(__('messages.common.showing')); ?> <span class="font-weight-bold ml-1 mr-1"><?php echo e($leads->firstItem()); ?></span> - <span class="font-weight-bold ml-1 mr-1"><?php echo e($leads->lastItem()); ?></span> <?php echo e(__('messages.common.of')); ?> <span class="font-weight-bold ml-1"><?php echo e($leads->total()); ?></span> </span> </div> <div class="col-lg-10 col-md-6 col-sm-12 d-flex justify-content-end"> <?php echo e($leads->links()); ?> </div> </div> </div> <?php endif; ?> </div> <?php /**PATH /home/id/crm.dev-unit.com/resources/views/livewire/leads.blade.php ENDPATH**/ ?>