⚝
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 :
d24325813449be1def54a4caa853bd9983f67a17.php
<div class="row col-12 d-flex flex-nowrap pb-3"> <?php $__currentLoopData = $leadStatus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $statusText): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-12 col-md-6 col-lg-6 col-xl-4"> <div class="card board"> <?php $inStyle = 'style'; $Color = 'color:'; ?> <div class="card-header bg-light border-0"> <h4 <?php echo e($inStyle); ?>="<?php echo e($Color); ?> <?php echo e($statusText->color); ?>" ><?php echo e(html_entity_decode($statusText->name)); ?></h4> </div> <div class="card-body p-2 bg-light"> <div class="infy-loader overlay-screen-lock" style="display: none"> <?php echo $__env->make('loader', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <div class="board-<?php echo e($index); ?>" data-board-status="<?php echo e($statusText->id); ?>"> <?php $statusLeads = (isset($leads[$statusText->id])) ? $leads[$statusText->id] : [] ?> <?php $__currentLoopData = $statusLeads; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $leadRecord): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($leadRecord->status_id != $statusText->id): ?> <?php continue; ?>; <?php endif; ?> <div class="card mb-3 " data-id="<?php echo e($leadRecord->id); ?>" data-status="<?php echo e($statusText->name); ?>" data-task-status="<?php echo e($leadRecord->status_id); ?>"> <div class="card-body p-3 no-touch touch_action"> <a href="<?php echo e(url('admin/leads/'.$leadRecord->id)); ?>" class="mb-0 text-primary text-decoration-none" data-id="<?php echo e($leadRecord->id); ?>"> <?php echo e(Str::limit(html_entity_decode($leadRecord->name), 20, '..')); ?> </a> <div class="col-xs-12 ml-1 mt-1 w-100"> <div class="d-flex justify-content-between"> <div class="ml-1"> <i class="fas fa-street-view"></i> <?php echo e(html_entity_decode(Str::limit($leadRecord->company_name,15))); ?> </div> <div class="tracked-time text-right mr-2"> <i class="<?php echo e(getCurrencyClass()); ?>"></i> <?php echo e((isset($leadRecord->estimate_budget)) ? $leadRecord->estimate_budget : 0); ?> </div> </div> </div> <div class="task-footer d-flex align-items-center justify-content-between row"> <div class="avatar-container col-xs-12 mt-2 ml-3"> <?php if($leadRecord->assignedTo != null): ?> <a href="<?php echo e(url('admin/members/'.$leadRecord->assign_to)); ?>"> <figure class="avatar avatar-sm" data-toggle="tooltip" title="<?php echo e(html_entity_decode($leadRecord->assignedTo->full_name)); ?>"> <img src="<?php echo e($leadRecord->assignedTo->image_url); ?>"> </figure> </a> <?php endif; ?> </div> <div class="mt-1 mr-3"> <div class="text-right"> <?php if(isset($leadRecord->position)): ?> <span class="badge badge-primary badge-padding" data-toggle="tooltip" title="<?php echo e(__('messages.contact.position').' Is ' .$leadRecord->position); ?>"><?php echo e($leadRecord->position); ?> </span> <?php endif; ?> <span class="badge badge-success badge-padding" data-toggle="tooltip" title="<?php echo e(__('messages.lead.source').' Is ' .html_entity_decode($leadRecord->leadSource->name)); ?>"><?php echo e(html_entity_decode($leadRecord->leadSource->name)); ?> </span> </div> </div> </div> <div class="col-xs-12 ml-1 mt-2"> <div class="d-flex justify-content-between"> <div> <i class="font-size-medium <?php echo e((isset($leadRecord->public) && $leadRecord->public == 1) == 1? 'fas fa-check-circle text-success' : 'fas fa-times-circle text-danger'); ?>"> </i> <?php echo e(__('messages.task.public')); ?> </div> <div class="due-date mr-2"> <?php echo e($leadRecord->created_at->diffForHumans()); ?> </div> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php /**PATH /home/id/crm.dev-unit.com/resources/views/leads/kanban/show_fields.blade.php ENDPATH**/ ?>